Console Mode Classes |
Classes that embody operating system abstractions.
![]() | The base class for all other clasess in the system, plus some additional low level support classes/functions eg memory management. |
![]() | Non-operating system specific classes that may be used as components in applications. |
![]() | Classes that embody windowing system abstractions. |
![]() | 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