How does throwing and catching exceptions differ from using setjmp and longjmp? May 26, 2009 Share Get link Facebook X Pinterest Email Other Apps Labels C++ Share Get link Facebook X Pinterest Email Other Apps 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
Comments