What issue do auto_ptr objects address?

Answer Posted / ravi

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

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between mutex and binary semaphore?

836


Difference between a copy constructor and an assignment operator.

764


daily Routine of father

1141


What do you mean by delegate? Can a user retain delegates?

728


Explain terminate() function?

803


What is meant by the term name mangling in c++?

718


What do you mean by public protected and private in c++?

790


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

817


Do you know what are static and dynamic type checking?

828


Where are setjmp and longjmp used in c++?

838


Is there any difference between int [] a and int a [] in c++?

752


Describe about storage allocation and scope of global, extern, static, local and register variables?

1013


What is an iterator class in c++?

863


How a new element can be added or pushed in a stack?

785


What are default parameters? How are they evaluated in c++ function?

897