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
Is it safe to call a method on a smart pointer that is moved-from in the arguments?
Mar 30, 2026
c++
c++11
language-lawyer
shared-ptr
move-semantics
A very weak reference (cannot be turned into shared)
Mar 28, 2026
c++
shared-ptr
weak-references
std::make_shared and private constructor [duplicate]
Mar 28, 2026
c++
c++11
shared-ptr
Double Delete using Shared Pointers, even though there is still a shared_ptr to the object, its destructor is being called
Mar 26, 2026
c++
boost
shared-ptr
C++ reinterpret_cast of std::shared_ptr reference to optimize
Mar 26, 2026
c++
c++11
shared-ptr
smart-pointers
reinterpret-cast
shared_ptr with vector
Mar 23, 2026
c++
boost
shared-ptr
Shared pointers stored in a smart pointer vector inside another object stored in a shared pointer (Shareption)
Mar 24, 2026
c++
vector
shared-ptr
smart-pointers
"Observer-Pattern" in C++ using Smart Pointer ? [closed]
Mar 23, 2026
c++
design-patterns
shared-ptr
weak-ptr
What is the right way to put a smart pointer in class data (as class member) in C++?
Mar 18, 2026
c++
shared-ptr
smart-pointers
class-members
C++ Automatically detecting where shared_ptr is compared to NULL
Mar 17, 2026
c++
boost
null
shared-ptr
Segmentation fault when deallocating pcl::PointCloud<pcl::PointXYZ>::Ptr
Mar 17, 2026
c++
malloc
shared-ptr
point-cloud-library
Operator== overloading of an abstract class and shared_ptr
Mar 14, 2026
c++
c++11
polymorphism
operator-overloading
shared-ptr
boost.python expose function that returns vector<MyClass>
Mar 11, 2026
c++
python
boost
vector
shared-ptr
Question on converting boost shared pointer to standard shared pointer
Mar 11, 2026
c++
boost
shared-ptr
C++ 11 Smart Pointer Ownership and Casting
Mar 10, 2026
c++
shared-ptr
software-design
weak-ptr
Correct use of shared_ptr and make_shared in exercise from Stroustrup's PPP book Chapter 12
Mar 08, 2026
c++
c++11
shared-ptr
Cache Optimization and Polymorphism
Mar 08, 2026
c++
optimization
c++11
polymorphism
shared-ptr
Debuggable replacement for make_shared()
Mar 05, 2026
c++
c++11
shared-ptr
backtrace
make-shared
shared_from_this() of an instance that is not yet owned by shared_ptr always returns null?
Mar 07, 2026
c++
c++11
shared-ptr
Older Entries »