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
Does boost::make_shared<T[]> value initialize or default initialize the array?
Mar 07, 2026
c++
boost
smart-pointers
Why does Arc::try_unwrap() cause a panic?
Mar 07, 2026
error-handling
rust
smart-pointers
reference-counting
Using SmartPointers with operator '++'
Mar 05, 2026
c++
smart-pointers
Using shared_ptr with array of objects
Mar 02, 2026
c++
memory-leaks
parameter-passing
shared-ptr
smart-pointers
C++ app: How to properly delete/release an allocated object?
Mar 02, 2026
c++
c++11
pointers
memory-management
smart-pointers
Use RAII with factory taking as input a reference to pointer
Mar 01, 2026
c++
smart-pointers
raii
Understanding c++ shared pointers
Feb 28, 2026
c++
pointers
shared-ptr
smart-pointers
should std::auto_ptr<>::operator = reset / deallocate its existing pointee?
Feb 21, 2026
c++
stl
visual-c++
smart-pointers
auto-ptr
smart pointer the element of a std::pair
Feb 21, 2026
c++
c++11
smart-pointers
Dynamic Pointer Cast
Feb 20, 2026
c++
inheritance
smart-pointers
Smart pointers with a library written in C
Feb 17, 2026
c++
opencv
smart-pointers
raii
how to increment a shared_ptr like you would a normal pointer
Feb 15, 2026
c++
c++11
recursion
smart-pointers
Why not unique_ptr made to accept only a temporary?
Feb 14, 2026
c++11
smart-pointers
Smart Pointers In C++
Feb 06, 2026
c++
smart-pointers
object-slicing
object-destruction
Besides Boost, where can I get a single-file smart pointer implementation for C++?
Feb 06, 2026
c++
smart-pointers
Non-virtual destructor when using shared_ptr to opaque type [duplicate]
Feb 03, 2026
c++
destructor
smart-pointers
Is pairing weak_ptr to unique_ptr a good idea?
Jan 31, 2026
c++
smart-pointers
Older Entries »