5/26/09

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

1 comment:

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

ITUCU