
-----------------------------------
Flikerator
Tue Jul 26, 2005 7:47 pm

Clear Screen/Review
-----------------------------------
I didn't get to practise C++ yesterday so I am today. I decided to do some review without looking at any of my old programs or tutorials. Its all from my head. I used vars, loops, and if statements to make this. Its not really good for anything, but its just for review. There is only one thing missing, if you notice it still has the old question when it starts over...

How do I clear the screen of everything? cls is used in Turing (So you know what im talking about).

I skimmed through the lessons im doing and they don't have it. Im learning functions next (making my own) but I just wanted to know how to clear the screen.


#include 
int main()
{
 int age,x;
 x=0;
 
 do {
  std::cout > age;
  std::cin.ignore();
 
  if (age > 55) {
     std::cout 