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 fun
It used to be a function in , in old Borland C compilers.
It's not a C++ standard function.