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 |
What is main function in c++ with example?
What is a constant reference?
If I is an integer variable, which is faster ++i or i++?
What do you mean by translation unit?
What is the use of c++ programming language in real life?
What is the role of static keyword for a class member variable?
What do you mean by call by value and call by reference?
What is array in c++ example?
Is swift better than c++?
what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking
What is runtime polymorphism in c++?
What is the handle class?