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 c++ stringstream?
what is COPY CONSTRUCTOR and what is it used for?
what is the use of Namespace in c++.
How many standards of c++ are there?
How do you allocate and deallocate memory in C++?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What is vector processing?
What is a forward referencing and when should it be used?
How does code-bloating occur in c++?
What is constant in c++ with example?
What is token c++?
What does it mean to declare a member function as virtual?