Hacker Times
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
obtino
on March 25, 2012
|
parent
|
context
|
favorite
| on:
Exceptions in C with Longjmp and Setjmp
If you're interested in similar implementations, Microsoft has a non-standard try-except statement in their C library:
http://msdn.microsoft.com/en-us/library/s58ftw19(v=vs.80).as...
logancapaldo
on March 25, 2012
[–]
That is not a "similar" implementation, and it's not in the "library". It exposes the OS/ABI level exception functionality (which C++ exceptions are also built atop of) to the compiler.
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: