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 the full form of stl in c++?
Write about the local class and mention its use?
Can we overload operator in c++?
What is the use of register keyword with the variables?
What is #include iostream in c++?
How do you initialize a string in c++?
1.what is the difference between software & package &application.
Are strings mutable in c++?
What is a constructor and how is it called?
Why Pointers are not used in C++?
What is namespace & why it is used in c++?
What is java and c++?