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 an undefined reference/unresolved external symbol error and how do I fix it?
What is c++ w3school?
How we can differentiate between a pre and post increment operators during overloading?
structure that describe a hotel with name, address,rooms and number of rooms
What are templates? where we should use it?
Can non-public members of another instance of the class be retrieved by the method of the same class?
Differentiate between realloc() and free().
What is meant by forward referencing and when should it be used?
What is c++ hiding?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
How can a '::' operator be used as unary operator?
What is constructor in C++?