Download Latest Version for Ubuntu 10.04+ (9.6 kB)
Email in envelope

Get an email when there's a new version of Conio for Linux

Home / conio-0.1.0
Name Modified Size InfoDownloads / 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
Source: README, updated 2011-06-28