Convert from auto_ptr to normal pointer...
Read Morecompile error in template member conversion operator...
Read MoreWhy can't I have an auto_ptr in an Exception class...
Read MoreInitializing std::auto_ptr: "error: no match for call to ‘(std::auto_ptr<int>) (int*)’&qu...
Read MoreISO C++ forbids declaration of 'auto_ptr' with no type...
Read MoreIs there a contradiction between these two sources about the `auto_ptr` template class?...
Read MoreReturn auto_ptr payload by value in C++ from function...
Read MoreI believe there is a typo in Stroustup's book, third edition page 368. Could someone confirm?...
Read MoreWhy the Shape pointed by pb is destroyed when an exception is thrown in the example below?...
Read MoreHow to allow non-const copy constructor for temporaries...
Read MoreCast auto_ptr<Base> to auto_ptr<Derived>...
Read MoreWhy an auto_ptr can "seal" a container...
Read MoreWhat is the difference between auto pointers and shared pointers in C++...
Read MoreWhat's the best way to return something like a collection of `std::auto_ptr`s in C++03?...
Read MoreShould I explicitly zero initialize auto_ptr?...
Read MoreWhy vector.push_back(auto_ptr) wouldn't compile?...
Read MoreC++ Is using auto_ptr references as out variables idiomatic?...
Read MoreDoing type erasure safely without boost and c++0x...
Read MoreIncomplete type using typedef function pointer...
Read Morehow this auto_ptr program works and what it does?...
Read MoreDelete raw pointer argument to boost::bind...
Read MorePass pointer to auto_ptr with C++...
Read MoreUsing C++ from Objective C : how to allocate/deallocate?...
Read Morehow to reset a large number of class members at once, not in a destructor?...
Read MoreC++ -- Is there an implicit cast here from Fred* to auto_ptr<Fred>?...
Read More