List Question
10 TechQA 2024-12-31 13:49:13How to use auto_ptr in this case
289 views
Asked by Luca
Is it safe to initialize an auto_ptr with a pointer to a derived class?
1k views
Asked by TwentyMiles
How to access the object pointed to by a std::auto_ptr
430 views
Asked by navig8tr
Letting go of auto_ptr
1.7k views
Asked by Brent Arias
Pass pointer to auto_ptr with C++
2k views
Asked by Stefano
Passing an auto_ptr as an argument to a constructor
543 views
Asked by fire_sail_coder
How to use std::auto_ptr to achieve covariance assignment?
174 views
Asked by SkyWalker
How to allow non-const copy constructor for temporaries
894 views
Asked by pezcode
Why the Shape pointed by pb is destroyed when an exception is thrown in the example below?
65 views
Asked by WaldB