cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Lounge
clear screen??
clear screen??
Feb 26, 2009 at 3:18am UTC
unstman
(3)
How do i clear the screen of the program because i want to make a text game??
Feb 26, 2009 at 7:17am UTC
Scipio
(446)
system(
"cls"
);
This sort of question should be under the beginners-topic, next time. And with a quick search in this forum you would probably have found the answer:
http://www.cplusplus.com/query/search.cgi?q=clear+screen
Last edited on
Feb 26, 2009 at 7:17am UTC
Topic archived. No new replies allowed.