Search code examples
smart pointer - what if constructor throws?...


c++constructorauto-ptr

Read More
smart pointer in the std::map...


c++dictionarysmart-pointersassignauto-ptr

Read More
auto_ptr or shared_ptr...


c++shared-ptrauto-ptrvisual-c++-2005

Read More
Relinquish ownership of auto_ptr contained object...


c++stlauto-ptr

Read More
How to use std::auto_ptr as a parameter of function?...


c++auto-ptr

Read More
Assigning raw pointers to auto_ptr...


c++smart-pointersauto-ptr

Read More
Why doesn't auto_ptr construction work using = syntax...


c++gccstlauto-ptr

Read More
How does c++ auto_ptr relate to managed pointers (Java, C#...)...


c#javac++managedauto-ptr

Read More
Debug Assertion Failed When I Delete A SDL_VideoInfo Pointer...


c++sdlauto-ptr

Read More
Compilation problems with vector<auto_ptr<> >...


c++stlvectorg++auto-ptr

Read More
std::auto_ptr or boost::shared_ptr for pImpl idiom?...


c++booststlshared-ptrauto-ptr

Read More
function wont accept iterator to auto_ptr...


c++standard-libraryauto-ptrhuffman-code

Read More
what is auto_ptr_ref, what it achieves and how it achieves it...


c++stlauto-ptr

Read More
How to set auto_ptr to NULL...


c++stlstructbinary-treeauto-ptr

Read More
How do you assign a returned auto_ptr?...


c++auto-ptr

Read More
C++ auto_ptr in functions (as argument and return value)...


c++auto-ptr

Read More
Why operator [] is not allowed on std::auto_ptr...


c++visual-c++-2010auto-ptr

Read More
Change this to use auto_ptr?...


memoryauto-ptr

Read More
Performance of auto_ptr vs. shared_ptr...


c++boostshared-ptrsmart-pointersauto-ptr

Read More
std::auto_ptr vs. std::tr1::shared_ptr...


c++shared-ptrstdauto-ptr

Read More
auto_ptr member initialization in constructor body (not in initializators list)...


c++constructorauto-ptr

Read More
dynamic memory allocation for auto_ptr...


c++memory-managementdynamicauto-ptr

Read More
In C++03 auto_ptr why isn't compiler generated copy-ctor called?...


emulationauto-ptrc++03move-constructor

Read More
auto_ptr to normal pointer conversion...


c++pointersauto-ptr

Read More
how to check auto_ptr is already pointing to an object or not...


compilationnullg++compareauto-ptr

Read More
Smart Pointer (auto_ptr) behavior...


c++smart-pointersauto-ptr

Read More
making auto_ptr to a friend class...


c++friendauto-ptr

Read More
How to use smart pointer (e.g. auto_ptr r shared_ptr) to generate a link list data structure in C++ ...


c++linuxsegmentation-faultshared-ptrauto-ptr

Read More
Segmentation fault in auto_ptr.release()...


c++linuxsegmentation-faultauto-ptr

Read More
return value optimization vs auto_ptr for large vectors...


c++auto-ptrrvo

Read More
BackNext