Answer Posted / harendra pal
It is a process during exception handling when the destructor is called for all local objects between the place where the exception was thrown and where it is caught.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does a C++ structure differ from a C++ class?
What are the benefits of c++?
Why do we use the using declaration?
Does c++ have string data type?
Is it possible for a member function to use delete this?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
What are associate containers?
Why is c++ still popular?
Is c++ the best programming language?
What does the ios::ate argument do?
What does h mean in maths?
Why do we need constructors in c++?
What is DlgProc?
Is c++ free?
Can I learn c++ without knowing c?