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
Can a std::unique_ptr be reassigned such that its old value is destroyed *before* the new one is constructed?
May 07, 2026
c++
destructor
smart-pointers
unique-ptr
Where is the reference count of an object typically stored?
May 06, 2026
c++
smart-pointers
What happens if a object to which a smart pointer is pointing to commits suicide?
May 02, 2026
c++11
smart-pointers
How to check if a std::unique_ptr is null, if it is in a std::vector?
Apr 25, 2026
c++
pointers
c++14
smart-pointers
stdvector
how this auto_ptr program works and what it does?
Apr 22, 2026
c++
pointers
smart-pointers
auto-ptr
Polymorphism with smart pointer
Apr 16, 2026
c++
class
c++11
polymorphism
smart-pointers
Is it safe to initialize an auto_ptr with a pointer to a derived class?
Apr 16, 2026
c++
smart-pointers
auto-ptr
Trouble wrapping std::istream, unique_ptr not null after moved
Apr 12, 2026
c++
c++11
memory
iostream
smart-pointers
smart pointers - why use them, and which to use?
Apr 09, 2026
c++
smart-pointers
Exception thrown while trying to use smart pointers
Mar 31, 2026
c++
exception
design-patterns
smart-pointers
Compilation error enumerating vector of unique_ptr
Mar 29, 2026
c++
vector
c++11
smart-pointers
When should I use smart pointers?
Mar 29, 2026
rust
smart-pointers
shared_ptr vs unique_ptr uses in classes and children
Mar 27, 2026
c++
smart-pointers
C++ reinterpret_cast of std::shared_ptr reference to optimize
Mar 26, 2026
c++
c++11
shared-ptr
smart-pointers
reinterpret-cast
Understanding std::move and unique_ptr
Mar 24, 2026
c++
c++11
move
smart-pointers
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
How to pass NULL or nullptr to a function that receives a unique_ptr argument?
Mar 21, 2026
c++
smart-pointers
unique-ptr
Is it possible to implement a non-owning "slightly smart" pointer on top of standard weak pointers?
Mar 20, 2026
c++
smart-pointers
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
Older Entries »