Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

How to assign value to the unique_ptr after declaring it?

Why does Qt use raw pointers?

c++ qt pointers smart-pointers

Conditional boost::shared_ptr initialization?

c++ boost smart-pointers

Setter function for shared_ptr

Does boost::make_shared<T[]> value initialize or default initialize the array?

c++ boost smart-pointers

Why does Arc::try_unwrap() cause a panic?

Using SmartPointers with operator '++'

c++ 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++