What do you mean by Stack unwinding? C++

Q

What do you mean by Stack unwinding? C++

✍: Guest

A

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.

2012-01-11, 2732👍, 0💬