Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - the "xd..." options disable exception handling. consequently, it is not http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
The "xd..." options disable exception handling.  Consequently, it is not
possible to use throw,  try, or catch statements, or to specify a function
exception specification.  If your program (or a library which it includes)
throws exceptions, then one of the "xs..." options should be used to compile
all the modules in your program; otherwise, any active objects created
within the module will not be destructed during exception processing.

Multiple schemes are possible, allowing experimentation to determine the
optimal scheme for particular circumstances.  You can mix and match schemes
on a module basis, with the proviso that exceptions should be enabled
wherever it is possible that a created object should be destructed by the
exception mechanism.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson