Ada Programming/Platform/Windows/Console

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Ada. Time-tested, safe and secure.
Ada. Time-tested, safe and secure.

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—