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 shared-ptr
Using unique_ptr instead of shared_ptr in BST
Aug 31, 2019
c++
c++11
binary-search-tree
shared-ptr
unique-ptr
"delete this" to an object that's allocated with std::shared_ptr?
Oct 22, 2022
c++
memory-management
c++11
shared-ptr
Problems with shared_ptr<T[]> wrapping a dynamic array
Jul 12, 2022
c++
c++11
shared-ptr
C++ shared_ptr vs. unique_ptr for resource management
Jul 06, 2022
c++
shared-ptr
smart-pointers
unique-ptr
resourcemanager
Making shared_ptr lose ownership of memory
Aug 31, 2022
c++
c++11
protocol-buffers
shared-ptr
Manually incrementing and decrementing a boost::shared_ptr?
Apr 29, 2022
c++
boost
shared-ptr
Copy boost::shared_ptr
Apr 16, 2022
c++
boost
shared-ptr
Mysterious crash with shared_ptr
Jul 08, 2022
c++
shared-ptr
Why shouldn't I use shared_ptr and unique_ptr always and instead use normal pointers?
Sep 14, 2022
c++
shared-ptr
unique-ptr
C++ weak_ptr creation performance
Jun 05, 2019
c++
performance
shared-ptr
reference-counting
weak-ptr
Looks like shared_ptr hides the error with lack of virtual destructor. Is that correct? [duplicate]
Sep 12, 2022
c++
shared-ptr
Factory method in base access protected ctor in derived
Feb 22, 2021
c++
constructor
shared-ptr
factory
How can I use shared_from_this in a derived class without superfluous RC manipulations?
Apr 30, 2022
c++
c++11
shared-ptr
Should my API functions take shared_ptr or weak_ptr
Nov 05, 2022
c++
shared-ptr
weak-ptr
Why can't intrusive_ptr and shared_ptr be used with boost::intrusive containers?
Sep 23, 2022
c++
boost
shared-ptr
smart-pointers
intrusive-containers
Unexpected behavior from shared_from_this when creating multiple shared_ptr "families" over same object
Jan 22, 2021
c++
shared-ptr
weak-ptr
Is there an STL comparator for std::set (or std::map) with shared_ptr keys that provides value-based lookups? What exactly does std::owner_less do?
Nov 01, 2022
c++
c++11
stl
shared-ptr
comparator
Why doesn't `static_pointer_cast` work with ADL, but requires explicit `std::`?
Apr 25, 2022
c++
shared-ptr
argument-dependent-lookup
unqualified-name
boost::make_shared<T>(...) does not compile, shared_ptr<T>(new T(...)) does
Aug 27, 2022
boost
c++11
shared-ptr
« Newer Entries
Older Entries »