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
C++ Why it's not the same address (pointers)
May 21, 2026
c++
c++11
pointers
smart-pointers
How do I create a duplicate instance of object contained in a shared pointer in c++?
May 19, 2026
c++
shared-ptr
smart-pointers
How does it convert _bstr_t to BSTR when passing as an argument?
May 17, 2026
visual-c++
smart-pointers
variant
bstr
The advantage of reference linking over reference counting when implementing smart pointer?
May 13, 2026
c++
shared-ptr
smart-pointers
doubly-linked-list
reference-counting
how to properly destroy c++ classes with smart pointers
May 11, 2026
c++
destructor
smart-pointers
"Use of deleted function" when calling `std::unique_ptr` move constructor?
May 10, 2026
c++
constructor
smart-pointers
move-semantics
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
Older Entries »