smart pointer - what if constructor throws?...
Read MoreRelinquish ownership of auto_ptr contained object...
Read MoreHow to use std::auto_ptr as a parameter of function?...
Read MoreAssigning raw pointers to auto_ptr...
Read MoreWhy doesn't auto_ptr construction work using = syntax...
Read MoreHow does c++ auto_ptr relate to managed pointers (Java, C#...)...
Read MoreDebug Assertion Failed When I Delete A SDL_VideoInfo Pointer...
Read MoreCompilation problems with vector<auto_ptr<> >...
Read Morestd::auto_ptr or boost::shared_ptr for pImpl idiom?...
Read Morefunction wont accept iterator to auto_ptr...
Read Morewhat is auto_ptr_ref, what it achieves and how it achieves it...
Read MoreHow do you assign a returned auto_ptr?...
Read MoreC++ auto_ptr in functions (as argument and return value)...
Read MoreWhy operator [] is not allowed on std::auto_ptr...
Read MorePerformance of auto_ptr vs. shared_ptr...
Read Morestd::auto_ptr vs. std::tr1::shared_ptr...
Read Moreauto_ptr member initialization in constructor body (not in initializators list)...
Read Moredynamic memory allocation for auto_ptr...
Read MoreIn C++03 auto_ptr why isn't compiler generated copy-ctor called?...
Read Moreauto_ptr to normal pointer conversion...
Read Morehow to check auto_ptr is already pointing to an object or not...
Read MoreSmart Pointer (auto_ptr) behavior...
Read Moremaking auto_ptr to a friend class...
Read MoreHow to use smart pointer (e.g. auto_ptr r shared_ptr) to generate a link list data structure in C++ ...
Read MoreSegmentation fault in auto_ptr.release()...
Read Morereturn value optimization vs auto_ptr for large vectors...
Read More