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 std::shared_ptr<void> to point to anything
Apr 24, 2022
c++
c++11
stl
shared-ptr
smart-pointers
Why ref_count in shared_ptr implementation is int*
Aug 20, 2022
c++
shared-ptr
shared_ptr and the this-pointer
Sep 23, 2022
c++
this
this-pointer
shared-ptr
Appropriate use of shared_ptr?
Jul 18, 2021
c++
shared-ptr
ownership
Where is the std equivalent of boost::shared_polymorphic_downcast in C++11?
Dec 29, 2018
c++
boost
stl
c++11
shared-ptr
How can I call a private destructor from a shared_ptr?
Nov 18, 2022
c++
pointers
destructor
shared-ptr
friend
weak_ptr of a base class, while the shared_ptr is of a derived class?
Nov 01, 2022
c++
templates
inheritance
c++11
shared-ptr
Shared pointers delete recursive data structures recursively and the stack overflows
Sep 14, 2020
c++
data-structures
c++11
recursion
shared-ptr
Why doesn't std::weak_ptr have operator->?
Nov 19, 2022
c++
shared-ptr
smart-pointers
weak-ptr
Boost intrusive pointer
Oct 22, 2022
c++
pointers
boost
shared-ptr
boost-intrusive
const_cast rules in c++
Apr 24, 2022
c++
constants
shared-ptr
const-cast
Confusion about Copy-On-Write and shared_ptr
Mar 25, 2019
c++
boost
shared-ptr
copy-on-write
How do I iterate through a sequence of shared_ptr objects?
Sep 06, 2022
c++
c++11
reference
shared-ptr
Why must shared_ptr<> allocate for the control block and managed object separately?
Oct 19, 2022
c++
c++11
shared-ptr
make-shared
Weak pointer to this in constructor
Aug 20, 2022
c++
boost
constructor
shared-ptr
weak-ptr
What is the difference between auto pointers and shared pointers in C++
Apr 28, 2019
c++
shared-ptr
smart-pointers
auto-ptr
How to detect if a type is shared_ptr at compile time
Nov 05, 2022
c++
c++11
templates
shared-ptr
cereal
Was the raw-pointer constructor of shared_ptr a mistake?
Aug 31, 2022
c++
c++11
shared-ptr
make-shared
« Newer Entries
Older Entries »