I’ve looked everywhere for this function and cannot find the header files to make this work.
It says clrscr() undeclared which brings me to the question. Is clrscr(); a function in C++?
I’ve looked everywhere for this function and cannot find the header files to make
Share
It used to be a function in <conio.h>, in old Borland C compilers.
It’s not a C++ standard function.