Is it possible to create a simple smart pointer baseclass without templates?...
Read MoreIndirect multi-level smart pointers...
Read Moreconst correctness with smart pointers...
Read Morestd::set and boost::shared_ptr unique key identification issues...
Read Moresmart pointers: shared ownership: non-intrusive/intrusive strategy...
Read Morecustom smart pointers and polynomial number of comparison operators...
Read Moreintrusive_ptr using a base class for ref count and include cycles hell...
Read MoreReleasing a unique_ptr before return from a function...
Read MoreHandling smart pointers in stl container...
Read MoreResetting an object through smart pointer...
Read MoreHow to remove (non-intrusive) smart pointers from a cache when there are no more references?...
Read Moreenable_shared_from_this - empty internal weak pointer?...
Read MoreWhy can't I use shared_from_this with a callbacks interface object?...
Read MoreHow do I AddRef() an nsCOMPtr for use as an out param?...
Read MoreHow to pass a shared_ptr to a mutable object as a parameter?...
Read MoreWhat is the difference between auto pointers and shared pointers in C++...
Read MoreProper copy semantics for std::unique_ptr as a parameter...
Read MoreCopy constructor with smart pointer...
Read Moreweak_ptr and parent-child cyclic dependencies...
Read MoreAbstract Factory with parameterized constructors...
Read MoreC++ Avoiding excessive use of lock() in member functions that use boost::weak_ptr...
Read MoreIs it safe to use std::auto_ptr in std::map?...
Read MoreDoes boost::scoped_ptr violate the guideline of logical constness...
Read Moresmart pointers - why use them, and which to use?...
Read Morec++: std::tr1::shared_ptr from this...
Read More