Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in smart-pointers
unique_ptr VS auto_ptr [duplicate]
Sep 12, 2022
c++
c++11
smart-pointers
Idiomatic use of std::auto_ptr or only use shared_ptr?
Jun 03, 2022
c++
coding-style
smart-pointers
tr1
Should I use shared_ptr or unique_ptr? [duplicate]
Aug 26, 2022
c++
c++11
shared-ptr
smart-pointers
unique-ptr
What happens when using make_shared
Sep 06, 2022
c++
c++11
smart-pointers
make-shared
What is boost's shared_ptr(shared_ptr<Y> const & r, T * p) used for?
Sep 06, 2022
c++
boost
shared-ptr
smart-pointers
Is it possible to use a C++ smart pointers together with C's malloc?
Jan 22, 2020
c++
malloc
new-operator
smart-pointers
What is the difference between std::shared_ptr and std::experimental::atomic_shared_ptr?
Sep 28, 2022
c++
c++11
concurrency
atomic
smart-pointers
enable_shared_from_this and inheritance
Oct 07, 2021
c++
boost
c++11
shared-ptr
smart-pointers
Does C++11 have wrappers for dynamically-allocated arrays like Boost's scoped_array?
Jun 09, 2020
c++11
memory-management
boost
wrapper
smart-pointers
does make_unique value initializes char array
Sep 26, 2022
c++
c++11
memory
c++14
smart-pointers
How can unique_ptr have no overhead if it needs to store the deleter?
Sep 07, 2022
c++
c++11
smart-pointers
unique-ptr
c++-standard-library
C++11 Smart Pointer Policies
Sep 04, 2022
c++
memory-management
c++11
smart-pointers
How to check memory allocation failures with new operator?
Sep 04, 2022
c++
memory-management
smart-pointers
How to avoid memory leak with shared_ptr?
Sep 05, 2022
c++
boost
memory-leaks
shared-ptr
smart-pointers
boost Shared_pointer NULL
Sep 04, 2022
c++
boost
shared-ptr
smart-pointers
Lock-free Reference counting and C++ smart pointers
Aug 29, 2022
c++
c++11
atomic
smart-pointers
How does a reference-counting smart pointer's reference counting work?
Aug 18, 2022
c++
memory-management
memory-leaks
smart-pointers
shared-ptr
Create a boost::shared_ptr to an existing variable
Sep 16, 2022
c++
boost
shared-ptr
smart-pointers
Should I use C++11 emplace_back with pointers containers?
Sep 03, 2022
c++
c++11
smart-pointers
Why is std::rc::Rc<> not Copy?
Sep 09, 2022
rust
smart-pointers
« Newer Entries
Older Entries »