On windows based C/C++ we use the following functions:
clrscr() -- to clear the screen
getch()
getche()
But in C on Linux I am not able to use the above functions. I am including the "conio.h" header file for clrscr() function to be used. It is not even finding the header file. Is there any other way round to do the same?
clrscr() -- to clear the screen
getch()
getche()
But in C on Linux I am not able to use the above functions. I am including the "conio.h" header file for clrscr() function to be used. It is not even finding the header file. Is there any other way round to do the same?