#include<iostream> using namespace std; int main() { cout << "Hello"; }
that outputs hello obviously. but how do I clear it off the screen so it no longer displays hello
Really so when i add another output it wont still show hello above it.
Edited by projectgonewrong, 25 June 2006 - 07:05 PM.