Ada Programming/Platform/Windows/Console
Appearance
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 | edit source]Wikibook
[edit | edit source]Ada Reference Manual
[edit | edit source]—does not apply—