Than it's mission has been fulfilled
eagleeye
Junior Poster in Training
87 posts since Dec 2004
Reputation Points: 11
Solved Threads: 0
Sorry about that, but that's the only thing I could find on how to clear the screen, and so far I could get to work only on Dev-C++
eagleeye
Junior Poster in Training
87 posts since Dec 2004
Reputation Points: 11
Solved Threads: 0
system ("cls") and other system commands are handy to get a list of all possible system lines that i know of just go Start>run>cmd>help, it gives a list of all commands that you could use some usefull ones are color ie.
system("color A")
would change the text on the console to bright green (hello matrix)
ShawnCplus
Code Monkey
1,583 posts since Apr 2005
Reputation Points: 526
Solved Threads: 268
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343