D
Dave Rahardja
Don't know if this is a C++ /language/ question, but I think this may be the
best place to ask.
What's a typical implementation of the exception handling mechanism in C++?
Specifically...
1. How do they track which auto objects have been constructed, and in which
order?
2. Where is the code stored that implements stack unwinding?
3. What's a typical strategy for finding the appropriate exception handler?
Does exception handling always imply the use of RTTI?
-dr
best place to ask.
What's a typical implementation of the exception handling mechanism in C++?
Specifically...
1. How do they track which auto objects have been constructed, and in which
order?
2. Where is the code stored that implements stack unwinding?
3. What's a typical strategy for finding the appropriate exception handler?
Does exception handling always imply the use of RTTI?
-dr