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
A web search says the header file you want is 'conio.h' - I haven't tried it out, so no guarantees. Its existence may also depend on what platform you are compiling against.