gtpa2m17Application Programming

C++ Support

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++.

Class Library Support

The TPF system provides class library support for the following:

See the OS/390 C/C++ IBM Open Class Library User's Guide for more information about the C++ classes.

TPF Restriction

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.