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 |
Explain public, protected, private in c++?
What are maps in c++?
Is string an object in c++?
Explain how functions are classified in C++ ?
What are the main differences between C and C++?
Can we change the basic meaning of an operator in c++?
Explain binary search.
When does a name clash occur in c++?
Which one is a preferred language C or C++? Why?
Difference between overloaded functions and overridden functions
How can you say that a template is better than a base class?
What is the function of I/O library in C++ ?