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
Using ("cls");
Using ("cls");
Jul 25, 2013 at 9:32pm UTC
closed account (
jwkNwA7f
)
I have recently heard that is not a good idea to use:
system(
"cls"
);
Why is is not a good idea?
And what is a good alternate?
Thank you!
Last edited on
Jul 25, 2013 at 9:33pm UTC
Jul 25, 2013 at 9:35pm UTC
Zhuge
(4664)
Try reading these articles:
http://www.cplusplus.com/articles/j3wTURfi/
http://www.cplusplus.com/articles/4z18T05o/
Jul 25, 2013 at 9:44pm UTC
closed account (
jwkNwA7f
)
Thank you!
I will start using this instead.
Topic archived. No new replies allowed.