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
Replacement for system("cls"); ?
Replacement for system("cls"); ?
Apr 11, 2012 at 3:04am UTC
Haximus
(6)
Are there any other methods of achieving this?
Thanks in advance.
Apr 11, 2012 at 3:11am UTC
ResidentBiscuit
(4459)
Nothing that can be done in one line. Why are you needing to clear the console?
Apr 11, 2012 at 3:21am UTC
long double main
(999)
If you
really
need to clear the screen that badly, here:
http://www.cplusplus.com/articles/4z18T05o/
Generally speaking though, clearing the screen isn't something you
really
need to do.
But there are a few cases where it might be useful.
Topic archived. No new replies allowed.