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 oldest programming language?

564


Can we specify variable field width in a scanf() format string? If possible how?

657


Which is best ide for c++?

564


What are the advantages of prototyping?

560


What is namespace & why it is used in c++?

604






What are virtual functions in c++?

681


What is the difference between function overloading and operator overloading?

567


What is the use of setfill in c++?

581


What is boyce codd normal form in c++?

688


What is #include iostream in c++?

587


What is singleton pattern in c++?

544


What do you mean by static variables?

600


What's the order in which the local objects are destructed?

833


What is scope in c++ with example?

628


Write an algorithm that determines whether or not an almost complete binary tree is a heap.

3427