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
std::unique_ptr and std::shared_ptr as parameters for virtual functions
Sep 20, 2026
c++
interface
heap-memory
shared-ptr
unique-ptr
Heap use after free when using shared pointers
Sep 18, 2026
c++
heap-memory
shared-ptr
address-sanitizer
When is enable_shared_from_this<S> useful?
Sep 14, 2026
c++
shared-ptr
enable-shared-from-this
Using a mutex in conjunction with shared_ptr to protect data shared across copies
Sep 12, 2026
c++
multithreading
thread-safety
c++17
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
Older Entries »