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.
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004