List Question
10 TechQA 2024-11-23 15:23:47How to use auto_ptr in this case
259 views
Asked by Luca
Is it safe to initialize an auto_ptr with a pointer to a derived class?
981 views
Asked by TwentyMiles
How to access the object pointed to by a std::auto_ptr
401 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
514 views
Asked by fire_sail_coder
How to use std::auto_ptr to achieve covariance assignment?
148 views
Asked by SkyWalker
How to allow non-const copy constructor for temporaries
860 views
Asked by pezcode
Why the Shape pointed by pb is destroyed when an exception is thrown in the example below?
38 views
Asked by WaldB