I've done most of my dos programming in dev-c++, but now I'm with vc++, and can't figure out how to clear the screen. It's not in the conio.h file, so any help will be appreiciated...and I checked the help file
This is a discussion on Visual C++ Help within the A Brief History of Cprogramming.com forums, part of the Community Boards category; I've done most of my dos programming in dev-c++, but now I'm with vc++, and can't figure out how to ...
I've done most of my dos programming in dev-c++, but now I'm with vc++, and can't figure out how to clear the screen. It's not in the conio.h file, so any help will be appreiciated...and I checked the help file
system("CLS")...
im not sure if it is in conio.h or not...
What is C++?
ok, thanks
Where is that system() function again? I find myself using it A LOT nowadays.