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
When should I use a mutex with std::shared_ptr in C++ multithreading?
Sep 08, 2026
c++
multithreading
shared-ptr
What does this shared_ptr snippet say?
Sep 10, 2026
c++
shared-ptr
Is it bad (or even dangerous) to random_shuffle vector of shared_ptrs?
Sep 10, 2026
c++
vector
shared-ptr
smart-pointers
shuffle
std::shared_ptr with aliasing constructor, is it possible the retrieve the initial pointer value?
Sep 05, 2026
c++
c++17
shared-ptr
How to access instance member variables via std::shared_ptr?
Sep 03, 2026
c++
shared-ptr
Reference count for a handle instead of a pointer
Sep 03, 2026
c++
c++11
shared-ptr
handle
Why is my program crashing in boost::enable_shared_from_this<>/boost::shared_ptr<>?
Aug 31, 2026
c++
boost
c++11
shared-ptr
c++ problem with polymorphism and vectors of pointers
Aug 26, 2026
c++
vector
polymorphism
shared-ptr
Multiple pointers to an object
Aug 25, 2026
c++
pointers
shared-ptr
C++11 Cereal Library Cannot Serialize A Class Of Mine
Aug 24, 2026
c++
c++11
shared-ptr
cereal
Is counter in std::shared_ptr atomic?
Aug 21, 2026
c++
c++11
shared-ptr
atomic
Is there a way to make shared_ptr.reset(new obj) to call the destructor first?
Aug 21, 2026
c++
shared-ptr
Objects as member variables in a class in C++
Aug 18, 2026
c++
pointers
reference
shared-ptr
member-variables
How does an atomic<shared_ptr<>> work internally?
Aug 16, 2026
c++
c++20
shared-ptr
stdatomic
How is shared_ptr reference counter laid out?
Aug 15, 2026
c++11
shared-ptr
memory-layout
Function template to populate a vector of shared_ptr to Base & Derived objects
Aug 15, 2026
c++
templates
inheritance
shared-ptr
stdvector
Older Entries »