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
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
How to assign value to the unique_ptr after declaring it?
Mar 18, 2026
c++
pointers
smart-pointers
unique-ptr
Why does Qt use raw pointers?
Mar 17, 2026
c++
qt
pointers
smart-pointers
Conditional boost::shared_ptr initialization?
Mar 14, 2026
c++
boost
smart-pointers
Setter function for shared_ptr
Mar 14, 2026
c++
smart-pointers
rvalue-reference
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
Older Entries »