![]() |
| | #1 |
| Guest
Posts: n/a
| FAQ: clearing screen |
| | #2 |
| Registered User Join Date: Oct 2001
Posts: 104
| In Borland, it is clrscr() Visual C++ has no built in function to clear the screen, but you can use this to do that: http://cs.colgate.edu/APCSWeb/VC++ClearScr.htm
__________________ Ilia Yordanov, http://www.cpp-home.com ; C++ Resources |
| loobian is offline |
| | #3 |
| Registered User Join Date: Aug 2001
Posts: 47
| There's also the really slow unportable way: Code: system("cls");
|
| TerranFury is offline |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| clearing the screen | ssharish | C Programming | 2 | 02-01-2005 09:00 PM |
| clearing the screen | satory | C Programming | 5 | 10-23-2004 06:51 AM |
| i am not able to figure ot the starting point of this | youngashish | C++ Programming | 7 | 10-07-2004 02:41 AM |
| clrscr(); not clearing the screen | Noobie | C Programming | 8 | 05-01-2003 01:44 PM |
| Inline ASM and Screen Clearing | Wavering | C Programming | 0 | 12-08-2001 06:03 AM |