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.2
Name Modified Size InfoDownloads / Week
Parent folder
README 2011-07-12 1.3 kB
libconio-dev_0.1.2-1_i386.deb 2011-07-12 3.8 kB
libconio1_0.1.2-1_i386.deb 2011-07-12 4.9 kB
conio-0.1.2.tar.gz 2011-07-12 609.0 kB
ChangeLog 2011-07-12 218 Bytes
Totals: 5 Items   619.3 kB 0
For Ubuntu users:
      Download libconio1_0.1.2-1_i386.deb
      And      libconio-dev_0.1.2-1_i386.deb
      
      Install the first one then the second.

For other GNU/linux users:
      Download libconio-0.1.2.tar.gz

      extract it, and then run installation commands inside it:

      $ ./configure
      $ make
      $ sudo make install


------------------------------------------------------------------------------------
CONIO for Linux 0.1.2

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()
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 libraries: conio curses

*************************************
           REPORTING BUGS:
*************************************

to report bugs email us:

nowres.rafed@gmail.com
Source: README, updated 2011-07-12