Using C++ exception handling
The C++ language has a feature known as exception handling. This is a
scheme for dealing with error conditions in programs that is designed to fit
in well with object-oriented programming.
In general exception handling will function the same way in any C++
compiler. However there are some implementation dependencies in
a few particular areas:
-
Performance implications
-
Mixed language programming
-
Other implementation dependencies
The following sections will describe these.
Next topic:
Performance implications
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005