What issue do auto_ptr objects address?
Answers were Sorted based on User's Feedback
Answer / ravi
auto_ptr addresses, issues relating to memory management
like, Memory Leaks and Dangling pointers.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / guest
auto_ptr also takes care of auto-initializatio and
exception safety.
Is This Answer Correct ? | 0 Yes | 1 No |
Can static member variables be private?
Implement stack operations with pointers with appropriate exception checks.
What is istream c++?
Can you sort a set c++?
How do you decide which integer type to use?
When do we run a shell in the unix system?
What are Virtual Functions? How to implement virtual functions in "C" ?
What is an adaptor class in c++?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What do you mean by stack unwinding in c++?
Can a function take variable length arguments, if yes, how?
What is the difference between a template and a macro?