cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Clearing Screen
Clearing Screen
Sep 6, 2008 at 7:13am UTC
Mertovun
(10)
Is there any way to clear screen when writing a console program?
Sep 6, 2008 at 7:18am UTC
helios
(17575)
Depends. Do you want to make it portable or do you want to make it nice? Or do you want to do it the stupid way?
Also,
http://www.cplusplus.com/forum/general/428/
Last edited on
Sep 6, 2008 at 7:22am UTC
Sep 6, 2008 at 3:02pm UTC
Duthomhas
(13212)
And on Windows:
http://www.cplusplus.com/forum/beginner/1988/page3.html#msg10830
Topic archived. No new replies allowed.