Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

Should I use shared_ptr<Object> myObject = (shared_ptr<Object>) new Object() to access private constructors?

shared_ptr and references in C++

Custom deleters for std::shared_ptrs

Passing a shared_ptr through a C interface that takes void *

c++ sdl shared-ptr

Dereference a rvalue shared_ptr

c++ shared-ptr rvalue

How to prevent anyone from stealing my shared_ptr?

c++ boost shared-ptr ownership

How to add boost to my project?

boost::shared_ptr is it safe to use it in multiple threads?

std::shared_ptr not working with range for

c++ for-loop c++11 shared-ptr

C++11 make_shared instancing

Shared ptr in union

c++ shared-ptr unions

Understanding C++ std::shared_ptr

Initialize Boost shared_ptr in constructor

Stand-alone shared_ptr<T> implementation?

c++ shared-ptr

Why does making operator new private break std::shared_ptr?

c++ c++11 shared-ptr

Invalid application of 'sizeof' to incomplete type 'SDL_Window'

c++ struct sdl shared-ptr

shared_ptrs being deleted twice

boost::shared_ptr and assigning derived classes

c++ shared_ptr release ownership [duplicate]

c++ shared-ptr unique-ptr

Is it good practice to pass scoped_ptr by reference (from one method to another inside a class)?