PDA

View Full Version : Clear screen?



Rs-Gp-4U
03-05-2008, 07:04 PM
Is there option in c++ to clear screen? like say it prints 5 then prints screen and prints 7 so you can only see 7 if you get me? Please reply asap!!!


BTW - MY OTHER POST ABOUT C++ WAIT? I'VE FIXED IT!!

YOU NEED #INCLUDE <WINDOWS.H> AND SLEEP(1000(ETC));

WhoCares357
03-06-2008, 01:32 AM
system("cls");

http://www.functionx.com/cpp/clearscreen.htm

Rs-Gp-4U
03-06-2008, 04:54 PM
Thanks bt i gt loads of errors? :(

Negaal
03-06-2008, 07:10 PM
Thanks bt i gt loads of errors? :(
Show the entire code?:rolleyes:
Are you sure you didn't forgot to include iostream?