M
Marc Schellens
I would liketo handle a floating point exception in
my program.
As I learned I can do a longjump from the signal handler, but:
1. Will local objects be cleaned up properly?
2. Lets say I divideone array by another array using a for loop:
If I longjump lets say just before the loop, can I access the
loop index variable (if properly declared before) for example?
Are there any caveeats?
thanks,
marc
my program.
As I learned I can do a longjump from the signal handler, but:
1. Will local objects be cleaned up properly?
2. Lets say I divideone array by another array using a for loop:
If I longjump lets say just before the loop, can I access the
loop index variable (if properly declared before) for example?
Are there any caveeats?
thanks,
marc