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
Clear?
Clear?
Dec 4, 2010 at 4:01am UTC
jjw1993
(8)
Is there a command like "cls" in .bat (clears the window of any text) for c++?
Last edited on
Dec 4, 2010 at 4:01am UTC
Dec 4, 2010 at 9:06am UTC
TechGuru
(1)
clrscr();
clrscr(); function clears the screen
Dec 4, 2010 at 9:39am UTC
Null
(957)
http://www.cplusplus.com/forum/articles/10515/
Topic archived. No new replies allowed.