Search code examples
Is auto_ptr deprecated?...

c++standardssmart-pointersauto-ptrunique-ptr

Read More
Why is auto_ptr being deprecated?...

c++c++11smart-pointersauto-ptr

Read More
std::auto_ptr to std::unique_ptr...

c++c++11smart-pointersauto-ptrunique-ptr

Read More
C++: unique_ptr vs auto_ptr, and advantages of unique_ptr over auto_ptr?...

c++unique-ptrauto-ptr

Read More
auto_ptr or shared_ptr equivalent in managed C++/CLI classes...

c++-clismart-pointersauto-ptr

Read More
Warning linking libxml++-2.6 (c++11 obsoltes std::auto_ptr). Shall I just ignore it?...

c++11auto-ptr

Read More
c++ auto_ptr destroyed when passed into a function...

c++smart-pointersunique-ptrauto-ptr

Read More
Using auto_ptr<std::ofstream> object...

c++auto-ptr

Read More
Why unique_ptr works but auto_ptr doesn’t with STL...

c++stlcopy-constructorunique-ptrauto-ptr

Read More
'auto_ptr' and STL containers: writing an example of erroneous usage...

c++stlvectorauto-ptr

Read More
Why is using a reference or unique pointer member of a class a bad thing?...

c++shared-ptrsmart-pointersunique-ptrauto-ptr

Read More
Passing an auto_ptr to a function effectively makes it a sink. Why?...

c++auto-ptr

Read More
Making a non-object resource RAII-compliant...

c++raiiauto-ptr

Read More
How do I declare a dynamic array with std::auto_ptr?...

c++arraysauto-ptr

Read More
What is the difference between *ptr and *ptr.get() when using auto_ptr?...

c++smart-pointersauto-ptr

Read More
Why is it wrong to use std::auto_ptr<> with standard containers?...

c++stlraiiauto-ptrc++-faq

Read More
Create a new object from existing pointer C++...

c++pointerssyntaxcopy-constructorauto-ptr

Read More
Qt and auto_ptr...

c++qtauto-ptr

Read More
Is get() reliable when an auto_ptr is uninitialized?...

c++c++03auto-ptr

Read More
Why auto_ptr initialization using the assignment syntax is not allowed...

c++initializationauto-ptr

Read More
How is std::auto_ptr initialized with a rvalue?...

c++copy-constructorc++03c++98auto-ptr

Read More
why there are template copy constructor and override operator function in auto_ptr?...

c++auto-ptr

Read More
Is it wrong to use auto_ptr with new char[n]...

c++stlmemory-leaksauto-ptr

Read More
My Auto Pointer works even after ownership transfer...

c++pointersauto-ptrboost-smart-ptr

Read More
Reference to a subset of a container object...

c++auto-ptr

Read More
What is the danger of passing an auto_ptr to a function expecting a constant reference to an auto_pt...

c++pass-by-referenceauto-ptr

Read More
no warning: ‘auto_ptr’ is deprecated only when auto_ptr used just once...

c++11auto-ptr

Read More
Is it safe to initialize an auto_ptr with a pointer to a derived class?...

c++smart-pointersauto-ptr

Read More
"using" (or other mechanism) to swap in unique_ptr for auto_ptr in C++11?...

c++c++11unique-ptrauto-ptr

Read More
Deletion of pointer to incomplete type and smart pointers...

c++c++11shared-ptrsmart-pointersauto-ptr

Read More
BackNext