

Simple Linux implementation of Borlands conio (conio.h) library. Its purpose is to allow developers to use functions like getch, getche, textcolor and others in a linux environment.
Im trying to hold the screen on my output using the header file
CONIO LIBRARY FOR C++ WINDOWS

CONIO LIBRARY FOR C++ CODE
cscanf - Reads formatted values directly from the console. CONIO 2.1 Changes in 2.1 () clreol() fix (clear also the color attribute) new functions clearkeybuf(), delay(), switchbackground() and flashbackground() gettext & puttext code simplified 64bit targets in the makefile Changes in 2.0 make library aware of console window size make library aware of console window position.gcgets - Reads a string directly from the console.kbhit - Determines if a keyboard key was pressed.delete the line containing the cursor and move all lines below it one line up. reads input from the console and reformat it. Some of it's functions which are often used : clears the screen and move the cursor to upper left corner.
