Except for the fact that System() is undefined and Sleep() may not be defined (depends on your compiler).
You're right.. But I was hoping it_dude will figure that much out himself.. anyway here is teh updated suggestion..
//something that will clear the screen e.g. system("cls");
printf( "1 2 3" ) ;
//something that will make this thread sleep for a minute e.g. Sleep(1000) ;
//something that will clear the screen e.g. system("cls");
printf( " 2 3" ) ;
this will give an illusion that 1 disappears after 1 second..
Last edited by thekashyap; Apr 13th, 2007 at 3:55 am.
Reputation Points: 254
Solved Threads: 74
Practically a Posting Shark
Offline 804 posts
since Feb 2007