Skip to main content

How does throwing and catching exceptions differ from using setjmp and longjmp?

Comments

Achyut said…
setjmp() and longjmp() combination of approach is not appropriate for an object-oriented environment because it does not properly handle the destruction of objects