coniow Wiki
Borland-style conio implementation for MinGW/Visual Studio
Brought to you by:
demidovsursu
CONIOW is implementation of conio (console input and output library) for Windows.
Unlike conio2, this library realizes all functions and globals from Borland's conio including window and _wscroll.
Additionally, the library includes unicode version of all functions and improved functions for input (getkbm and kbmhit), that can process some mouse events and window resize event.
As you write programs and messages in them using ANSI encoding, the library switches to this encoding at startup.
To change the encoding performed correctly, set the font to "Lucida Console" in the properties of the console window.
Last changes
Windows 7+ scanf/coniow confict was fixed.
The wiki uses Markdown syntax.