Y
Hacker News
new
|
ask
|
show
|
jobs
by
kaushiks
3721 days ago
C++ exception handling is implemented using SEH (so is CLR's IIRC, and Chakra's). SEH is implemented by the OS and is available to non-C++ code too (including C).