Click to See Complete Forum and Search --> : Clearing the screen in a console windows


September 23rd, 1999, 09:24 AM
Hey guys/gals...I need to know how to clear the screen in a console window using VC++? Any ideas.

GiD

sstofka
September 23rd, 1999, 09:56 PM
system("cls");

Steve Stofka