| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| libconio-dev_0.1.3-1_amd64.deb | 2012-06-02 | 5.7 kB | |
| README | 2011-07-22 | 1.3 kB | |
| ubuntu-10.04+.tar.gz | 2011-07-22 | 9.6 kB | |
| debian.tar.gz | 2011-07-22 | 9.6 kB | |
| libconio-0.1.3.tar.gz | 2011-07-14 | 599.6 kB | |
| Totals: 5 Items | 625.8 kB | 0 | |
For Ubuntu users:
Download ubuntu-10.04+.tar.gz
Install libconio1_0.1.3-1_i386.deb then libconio-dev_0.1.3-1_i386.deb
For other GNU/linux users:
Download libconio-0.1.3.tar.gz extract it, and then run installation commands inside it:
$ ./configure
$ make
$ make install #(As root)
------------------------------------------------------------------------------------
CONIO for Linux 0.1.3
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()
clreol()
delline()
textcolor()
textbackground()
kbhit()
cprintf()
cscanf()
cgets()
cputs()
window()
*************************************
INSTALLATION:
*************************************
run the following commands:
$ ./configure
$ make
$ sudo make install
*************************************
USAGE:
*************************************
to compile foo.c using conio, use:
$ gcc -o foo foo.c -lconio
if you use an IDE (such as Code::Blocks)
do not forget to link the library: conio
*************************************
REPORTING BUGS:
*************************************
to report bugs email us:
nowres.rafed@gmail.com