Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

Using shared_ptr with array of objects

C++ app: How to properly delete/release an allocated object?

Use RAII with factory taking as input a reference to pointer

c++ smart-pointers raii

Understanding c++ shared pointers

should std::auto_ptr<>::operator = reset / deallocate its existing pointee?

smart pointer the element of a std::pair

c++ c++11 smart-pointers

Dynamic Pointer Cast

Smart pointers with a library written in C

c++ opencv smart-pointers raii

how to increment a shared_ptr like you would a normal pointer

Why not unique_ptr made to accept only a temporary?

c++11 smart-pointers

Smart Pointers In C++

Besides Boost, where can I get a single-file smart pointer implementation for C++?

c++ smart-pointers

Non-virtual destructor when using shared_ptr to opaque type [duplicate]

Is pairing weak_ptr to unique_ptr a good idea?

c++ smart-pointers

Unwrap and access T from an Option<Rc<RefCell<T>>>

Smart pointer not able to deallocate memory [duplicate]

New to c++11 features, proper use of shared_ptr?