Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

Try to understand std::enable_shared_from_this<T> but cause a bad_weak_ptr using it

c++ shared-ptr

Referring to a "std::unique_ptr" that you don't own (use a raw pointer?)

What are the uses of get() member from the shared_ptr class?

boost: Initializing shared pointer reset vs make_shared

c++ boost shared-ptr

Are data structures an appropriate place for shared_ptr?

need single header file for boost::shared_ptr

c++ boost shared-ptr

friend function of std::make_shared() in Visual Studio 2010 (not Boost)

Using unique_ptr instead of shared_ptr in BST

"delete this" to an object that's allocated with std::shared_ptr?

Problems with shared_ptr<T[]> wrapping a dynamic array

c++ c++11 shared-ptr

C++ shared_ptr vs. unique_ptr for resource management

Making shared_ptr lose ownership of memory

Manually incrementing and decrementing a boost::shared_ptr?

c++ boost shared-ptr

Copy boost::shared_ptr

c++ boost shared-ptr

Mysterious crash with shared_ptr

c++ shared-ptr

Why shouldn't I use shared_ptr and unique_ptr always and instead use normal pointers?

c++ shared-ptr unique-ptr

C++ weak_ptr creation performance

Looks like shared_ptr hides the error with lack of virtual destructor. Is that correct? [duplicate]

c++ shared-ptr

Factory method in base access protected ctor in derived