Possible Duplicates:
How is the C++ exception handling runtime implemented?
How do exceptions work (behind the scenes) in c++
Dear All,
I want to know, how C++ exception is implemented ?
Is it actually using Setjump() & Longjump() concepts as in build?