Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
conio-0.1.0.tar.gz | 2011-06-29 | 181.1 kB | |
README | 2011-06-28 | 889 Bytes | |
Totals: 2 Items | 182.0 kB | 0 |
CONIO for Linux 0.1.0 Welcome, This is an implmentation of the Borland's conio.h library in GNU/Linux using ncurses. The current conio.h support is partial; This library provides: getch() getche() gotoxy() wherex() wherey() clrscr() delline() textcolor() textbackground() kbhit() cprintf() ************************************* INSTALLATION: ************************************* run the following commands: $ ./configure $ make $ sudo make install ************************************* USAGE: ************************************* to compile foo.c using conio, use: $ gcc -o foo foo.c -lconio -lcurses if you use an IDE (such as Code::Blocks) do not forget to link the libraries: conio curses ************************************* REPORTING BUGS: ************************************* to report bugs email us: nowres.rafed@gmail.com