gtpa2m17 | Application Programming |
C++ language introduces object-oriented (OO) concepts into C language. Built on a foundation of C language, C++ adds support for OO programming along with many other features. Because it is based on C, much of what you know about C applies to C++.
The TPF system provides class library support for the following:
Error ID is nnnn Error Code group is string Exception Text is: Refer to Class Library Support in the TPF Application Programming book.
where nnnn is the error number and string is the group associated with the error ID. See the OS/390 C/C++ IBM Open Class Library Reference for more information about this series of messages.
TPF message OPR-I094204 may also be displayed immediately following these messages. This message is the result of the same error condition, so you can ignore it.
All other header files shipped with the Application Support Class Library are for implementation only.
See the OS/390 C/C++ IBM Open Class Library User's Guide for more information about the C++ classes.
If you code a throw block in a destructor, the corresponding try and catch blocks must also be in the scope of the destructor or the results cannot be predicted.