Console Mode Classes

Classes that embody operating system abstractions.
o Base Object Class
The base class for all other clasess in the system, plus some additional low level support classes/functions eg memory management.
o Console Mode Components
Non-operating system specific classes that may be used as components in applications.
o GUI Mode Classes
Classes that embody windowing system abstractions.
o GUI Mode Components
Non-windowing system specific classes that may be used as components in applications.
This as far as possible "normalises" different operating systems to a single API so the same application can be compiled without modification.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.