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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.