Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

Error C2275 while creating a COM smart-pointer within "if" statement

c++ com smart-pointers

Smart pointer in global scope

c++ smart-pointers

Abstract Factory with parameterized constructors

I want to perfect forward variadic arguments except for a specific type

Using custom smart pointers in boost python

Circular double linked list with smart pointers in c++

c++ smart-pointers

singleton behaviour related query

Sorting vector of smart pointers: mysterious crash

c++ sorting smart-pointers

Using shared_ptr with FreeRTOS queue

c++ smart-pointers freertos

Getting raw pointer from shared_ptr to pass it to function that requires raw

Detecting memory leaks on Ref-counted COM objects (Addref without Release)

Name for smart pointer/coding pattern

Calling a member function pointer on a smart pointer

Drawing Smart Pointers in UML

passing vector<shared_ptr<Derived>> to a function expecting vector<shared_ptr<Base>>

C++0x unique_ptr replaces scoped_ptr taking ownership?

c++ smart-pointers c++11

Why can't a pointer be automatically converted into a unique_ptr when returning it?

What's the difference between BSTR and _bstr_t?

c++ com smart-pointers

Compiler doesn't fail when pushing back a std::unique_ptr into a std::vector