Search code examples
Convert from auto_ptr to normal pointer...


c++stlauto-ptr

Read More
compile error in template member conversion operator...


c++compiler-errorsauto-ptrfunction-templates

Read More
Why can't I have an auto_ptr in an Exception class...


c++exceptionauto-ptr

Read More
Initializing std::auto_ptr: "error: no match for call to ‘(std::auto_ptr<int>) (int*)’&qu...


c++raiiauto-ptr

Read More
ISO C++ forbids declaration of 'auto_ptr' with no type...


c++auto-ptr

Read More
issues on auto_ptr...


c++auto-ptr

Read More
Auto Pointer Issue...


c++auto-ptr

Read More
Is there a contradiction between these two sources about the `auto_ptr` template class?...


c++auto-ptr

Read More
Return auto_ptr payload by value in C++ from function...


c++memory-managementauto-ptr

Read More
I believe there is a typo in Stroustup's book, third edition page 368. Could someone confirm?...


c++auto-ptr

Read More
Why the Shape pointed by pb is destroyed when an exception is thrown in the example below?...


c++destructorauto-ptr

Read More
How to allow non-const copy constructor for temporaries...


c++constantscopy-constructorauto-ptrtemporary-objects

Read More
Cast auto_ptr<Base> to auto_ptr<Derived>...


c++castingauto-ptr

Read More
Why an auto_ptr can "seal" a container...


c++stlconstantsauto-ptr

Read More
What is the difference between auto pointers and shared pointers in C++...


c++shared-ptrsmart-pointersauto-ptr

Read More
What's the best way to return something like a collection of `std::auto_ptr`s in C++03?...


c++memory-managementcollectionsauto-ptrc++03

Read More
Should I explicitly zero initialize auto_ptr?...


c++auto-ptr

Read More
Why vector.push_back(auto_ptr) wouldn't compile?...


c++stlauto-ptr

Read More
std::auto_ptr<T> Usage...


c++stlauto-ptr

Read More
C++ Is using auto_ptr references as out variables idiomatic?...


c++idiomsauto-ptr

Read More
Doing type erasure safely without boost and c++0x...


c++inheritancecontainersauto-ptr

Read More
Incomplete type using typedef function pointer...


c++typedefauto-ptrboost-functionincomplete-type

Read More
how this auto_ptr program works and what it does?...


c++pointerssmart-pointersauto-ptr

Read More
Delete raw pointer argument to boost::bind...


c++memory-managementboost-bindauto-ptrboost-function

Read More
Pass pointer to auto_ptr with C++...


c++auto-ptr

Read More
Letting go of auto_ptr...


c++coding-stylesmart-pointersauto-ptr

Read More
convert shared_ptr to auto_ptr?...


c++shared-ptrauto-ptr

Read More
Using C++ from Objective C : how to allocate/deallocate?...


c++objective-cobjectscopeauto-ptr

Read More
how to reset a large number of class members at once, not in a destructor?...


c++memory-managementsmart-pointersauto-ptr

Read More
C++ -- Is there an implicit cast here from Fred* to auto_ptr<Fred>?...


c++smart-pointersauto-ptr

Read More
BackNext