List Question
10 TechQA 2024-12-31 13:49:13How to use auto_ptr in this case
277 views
Asked by Luca
Is it safe to initialize an auto_ptr with a pointer to a derived class?
1000 views
Asked by TwentyMiles
How to access the object pointed to by a std::auto_ptr
420 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
533 views
Asked by fire_sail_coder
How to use std::auto_ptr to achieve covariance assignment?
165 views
Asked by SkyWalker
How to allow non-const copy constructor for temporaries
882 views
Asked by pezcode
Why the Shape pointed by pb is destroyed when an exception is thrown in the example below?
56 views
Asked by WaldB