Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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>>

qt garbage collection and smart pointers

c++ qt smart-pointers

when to use weak pointer (wp) in android native framework (AOSP)

removing a unique_ptr of an object from a vector by an attribute value

Conversion from shared_ptr to weak_ptr polymorphism

c++ boost smart-pointers

Smart pointer that lazily recreates its resource

C++0x unique_ptr replaces scoped_ptr taking ownership?

c++ smart-pointers c++11

What's the difference between BSTR and _bstr_t?

c++ com smart-pointers