- Source : https://raw.githubusercontent.com/ramadhinolfski/cpackets/master/conio.h
- Telegram : https://t.me/domicadoesca
This is a library conio.h for linux. Copy file and paste file conio.h on /usr/include/ dont forget before you want copy paste on /usr/include/ you must open folder as administrator first
cprintf
cscanf
gotoxy
clrscr
textcolor
textbackground
wherex
wherey
getch
getche
ungetch
kbhit
putch
putchar
cputs
clreol
insline (not implemented)
delline (not implemented)
cgets (not implemented)
getpass (not implemented)
gettext (not implemented)
_cprintf
_cscanf
_cputs
_getche
_kbhit
_putch
_ungetch
Step 1 :
- Open terminal sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install git
- git clone https://github.com/zoelabbb/conio.h.git
- cd conio.h
Step 2 :
- After you finish download file conio.h
- Copy file conio.h --> !! copy file not folder !!
- Go to /usr/include/
- Right click on folder /usr/include/
- Choose Open as Administrator
- Paste file conio.h
- Close your IDE and open again
- Done :D