Is it possible to use longjmp and setjmp in c ++ in linux / gcc with respect to the following?
- Exception handling (I do not do exception handling with longjmp / setjmp. I want to know what side effects longjmp / setjmp will have for standard exception handling)
*this pointer- Signals
- Smart pointers (enhancing generic and intrusive pointers)
- Everything you can think of.
c ++ gcc linux exception longjmp
jameszhao00 03 Sep '09 at 21:32 2009-09-03 21:32
source share