Console utilities

Here are two libraries that emulate the DOS-style console i/o and graphics, for Dev-C++ (mingw/gcc/win32).
You can expect many problems in this version, including the information on this page. Please contact me about any error (even a minor typo in a comment).
Basically, these are the Windows versions of "conio" and "graphics" (headers and libraries). Actually "graphics" is not related to the console, but I couldn't find a better name for the page and the archives.
My conio is based on the one included with Dev-C++ 4.9.8.0, and I rewrote it almost completely, also adding two delay functions (originally from dos.h) and some new functions for console manipulation.
The graphics stuff is based on winbgim 3.4, and I fixed several issues (they're commented in the source).

Note: these libraries are NOT standard, they are mainly provided for porting legacy projects.

The files:

written by Adrian Sandor, last updated on 24 Dec 2004