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
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
Initializing Unique Pointers as a Class Member
May 25, 2026
c++
smart-pointers
unique-ptr
When should we use a custom deleter instead of the default deleter in a unique_ptr?
May 24, 2026
c++
oop
smart-pointers
unique-ptr
Get array of raw pointers from array of std::unique_ptr
May 21, 2026
c++
arrays
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
Older Entries »