What function is used to clear all the text in the window? :confused:
Printable View
What function is used to clear all the text in the window? :confused:
check the faq and/or tutorials...
but for a quick answer, clrscr();
thanks much
you're welcome...
if ur using something like dev c++ its gonna be different something like this:
system("CLSCRN");
thats as close as i can nail it down.
You can also use system("CLS");