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 smart-pointers
What is C++20 std::atomic<shared_ptr<T>> and std::atomic<weak_ptr<T>>? [duplicate]
Jun 21, 2026
c++
c++11
concurrency
atomic
smart-pointers
Multiple instances holds a reference to a unique_ptr
Jun 19, 2026
c++
smart-pointers
unique-ptr
Is there a good C++ memory management tutorial available, that covers shared_ptr, scoped_ptr, and weak_ptr? [duplicate]
Jun 18, 2026
c++
pointers
c++11
smart-pointers
c++-faq
Using smart pointers as a class member
Jun 14, 2026
c++
pointers
memory-management
smart-pointers
Shared_pointer showing different behaviour than the one i read in text book
Jun 13, 2026
c++
stl
smart-pointers
How to delete instance of persistent object when last client has finished
Jun 09, 2026
c++
c++11
smart-pointers
object-persistence
Safe reference in C++ (single-ownership pointer with notify semantics)
Jun 09, 2026
c++
reference
smart-pointers
Pointer casts for itk::SmartPointer?
Jun 08, 2026
c++
casting
smart-pointers
reference-counting
itk
Using placement new for a polymorphic unique_ptr
Jun 07, 2026
c++
c++11
new-operator
smart-pointers
Shared resource ownage using std::weak_ptr
Jun 08, 2026
c++
c++11
shared-ptr
smart-pointers
weak-ptr
Wrapping smart pointers with method replacement
Jun 06, 2026
c++
templates
smart-pointers
sfinae
Why do unique_ptr have two functions reset and operator= that do similar things but not overload?
Jun 05, 2026
c++
c++11
c++14
smart-pointers
unique-ptr
Which shared pointer should be weak pointer in a ring or a cycle
Jun 05, 2026
c++
pointers
c++11
smart-pointers
weak-ptr
boost smart pointer with custom deleter
Jun 01, 2026
c++
boost
smart-pointers
What are the reasons for passing a pointers to a shared_ptr to a function?
May 31, 2026
c++
smart-pointers
apache-arrow
C++,runtime error: member call on null pointer of type
May 29, 2026
c++
smart-pointers
object-oriented-analysis
Best practice for std::auto_ptr
May 29, 2026
c++
smart-pointers
Pimpl idiom using shared_ptr working with incomplete types
May 26, 2026
c++
c++11
smart-pointers
pimpl-idiom
Older Entries »