What issue do auto_ptr objects address?

Answers were Sorted based on User's Feedback



What issue do auto_ptr objects address?..

Answer / ravi

auto_ptr addresses, issues relating to memory management
like, Memory Leaks and Dangling pointers.

Is This Answer Correct ?    4 Yes 1 No

What issue do auto_ptr objects address?..

Answer / guest

auto_ptr also takes care of auto-initializatio and
exception safety.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C++ General Interview Questions

What is c++ stringstream?

0 Answers  


what is COPY CONSTRUCTOR and what is it used for?

0 Answers  


what is the use of Namespace in c++.

3 Answers  


How many standards of c++ are there?

0 Answers  


How do you allocate and deallocate memory in C++?

1 Answers  






Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?

0 Answers  


What is vector processing?

0 Answers  


What is a forward referencing and when should it be used?

0 Answers  


How does code-bloating occur in c++?

0 Answers  


What is constant in c++ with example?

0 Answers  


What is token c++?

0 Answers  


What does it mean to declare a member function as virtual?

0 Answers  


Categories