conio.h

What functions are in this library? I want to make a ciphering program with this.

clrscr
delline
getch
getche
gotoxy
kbhit
wherex
wherey
textcolor
textbackground


http://www.programmingsimplified.com/c/conio.h
Last edited on
closed account (S6k9GNh0)
I would suggest curses over conio any day of the week.
Topic archived. No new replies allowed.