Query:

Can anybody tell me the statement used to clear the output screen in Dev C++?
1.)http://cplusplus.com/articles/36vU7k9E/

2.)There are several ways to do this. You could get a cross platform, 3rd party library like ncurses, OR you could simply print '\n' a bunch of times. There is no standard way to clear the screen however.

fyi, Dev C++ is an IDE, code will not be particular to it.
Last edited on
Topic archived. No new replies allowed.