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
Is pairing weak_ptr to unique_ptr a good idea?
Jan 31, 2026
c++
smart-pointers
Unwrap and access T from an Option<Rc<RefCell<T>>>
Jan 30, 2026
rust
smart-pointers
dereference
Smart pointer not able to deallocate memory [duplicate]
Jan 29, 2026
c++
pointers
memory
smart-pointers
New to c++11 features, proper use of shared_ptr?
Jan 28, 2026
c++
c++11
shared-ptr
smart-pointers
Why does explicit constructor of boost::shared_array cause an error?
Jan 26, 2026
c++
boost
smart-pointers
explicit
What is the reason that C++11 gives up auto_ptr? [duplicate]
Jan 25, 2026
c++
c++11
smart-pointers
Different behaviour while passing shared_ptr to weak_ptr in thread functions and normal functions
Jan 22, 2026
c++
multithreading
c++11
c++14
smart-pointers
Smart pointer that does transfer of ownership and is not shared when C++11 is not an option
Jan 21, 2026
c++
smart-pointers
C++ Make explicit that library owns pointers
Jan 01, 2026
c++
smart-pointers
ownership
Smart pointers and polymorphism - Use in a model class is causing casting issues
Dec 24, 2025
c++
oop
model
polymorphism
smart-pointers
Understanding C++ make shared pointer with const arguments
Dec 23, 2025
c++
c++11
boost
smart-pointers
Is it safe to use unique_ptr in an Exception class
Dec 20, 2025
c++
exception
smart-pointers
unique-ptr
c++ assigning value to struct member through shared pointer causes SIGSEGV
Dec 17, 2025
c++
struct
smart-pointers
Publish/Subscribe and Smart pointer
Dec 16, 2025
c++
smart-pointers
publish-subscribe
shared_ptr with = symbol not allowed
Dec 15, 2025
c++
pointers
shared-ptr
smart-pointers
How do `shared_ptr` and `weak_ptr` avoid a leak in this case?
Dec 13, 2025
c++
shared-ptr
smart-pointers
race-condition
How to write templated factory function for both std::shared_ptr and std::unique_ptr
Dec 15, 2025
c++
templates
c++17
smart-pointers
Shared_ptr custom deleter
Dec 14, 2025
c++
c++11
sdl
smart-pointers
C++11 : Why array with shared_ptr can not be deleted by default
Dec 09, 2025
c++
c++11
smart-pointers
c++ Trouble understanding very basic concept of using smart pointer
Dec 08, 2025
c++
smart-pointers
Older Entries »