Ada Programming/Platform/Windows/Console
From Wikibooks, open books for an open world
< Ada Programming | Platform | Windows
Contents |
The following libraries will help you when doing Input Output in the Windows console.
- NT Console
- A library for doing output with format and for moving the cursor.
- Console IO
- A library for correct I/O of Latin 1 characters (i.e. 'Pos greater than 127) in the Windows console.
- NT Mouse
- A library for controlling the mouse under the Windows console.
See also [edit]
Wikibook [edit]
Ada Reference Manual [edit]
-- does not apply --