cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
how to clear screen?
how to clear screen?
Aug 27, 2010 at 3:27am UTC
yts
(32)
Hi,everyone, a new beginner here.
How to clear the command prompt screen so it will not show the C:\Users\user\desktop ?
i already using system("cls");
Aug 27, 2010 at 6:18am UTC
Zhuge
(4664)
There isn't any way to do it using standard C++. You'll need to use your OS's API functions or a third-party library.
Aug 27, 2010 at 2:00pm UTC
Duthomhas
(13282)
http://www.cplusplus.com/forum/articles/10515/
Topic archived. No new replies allowed.