Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
C Clear screen?
Name: Blasterman Date: November 20, 2007 at 19:06:52 Pacific OS: Check my sig. CPU/Ram: More than one computer th Product: More than one computer th
Comment:
Is there a universal terminal clear function in C? I'm using Windows XP, but I need this function to work with *nix systems as well.
All the OSes I use: Windows XP, Windows 98, MS-DOS 6.22, OpenBSD 2.6, DLX Linux. I have 4 computers, one of which is emulated.
Summary: have been trying to learn c++ a little bit, trying to make tic-tac-toe and simple programs like that...well anyways, how would you clear the output screen, and put the output at the top. in other word...
Summary: Hi, can anybody tell me how to clear the screen in visual C++? printf("\032") doesn't work and without the clear screen my program is pretty ugly. thanks ...
Summary: hi people, I need a help frm u all! is there any functions that helps to clear 50 % of the cosole screen? i give for (i=0;i<25;i++) cout<<"sample line<<endl; So this code prints 25 li...