View Full Version : FAQ Clear screen command (C)
Pain2k
11-01-2001, 04:40 PM
Your all gonna take the ........, but its a genuine question!, how do i clear the screen in C?, apart from \n\n\n\n\n\n\n\n :)
Norris
Salem
11-01-2001, 05:30 PM
You mean you got past all the forum notices and links to the FAQ, and you still ask the question....
quzah
11-01-2001, 05:37 PM
Maybe if you shake it, side to side, like an etch-a-sketch...
Quzah.
Salem
11-01-2001, 05:51 PM
> Maybe if you shake it, side to side, like an etch-a-sketch.
LOL - nice one :)
-KEN-
11-01-2001, 06:34 PM
step 1, turn off the monitor...
aristotle1
11-01-2001, 08:35 PM
Use
#include <stdlib.h>
system ("cls");
Shadow
11-01-2001, 09:15 PM
Throw the monitor out the window
Advantages:
Pretty fail-proof
Releases your anger
Disadvantages:
No more monitor.
If you forgot to unplug it, other computer peripherals might follow it in a racing frenzy
You have to open the window and take the screen out (the mesh thingie that keeps bugs out.... supposedly...)
(Note from webmaster: Not portable. Difficult to write code to throw monitor out window.)
adrianxw
11-05-2001, 05:43 AM
>>> system ("cls");
Then read the FAQ to find out why this is a bad idea.
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.