Query:

Sep 11, 2011 at 3:01am
Can anybody tell me the statement used to clear the output screen in Dev C++?
Sep 11, 2011 at 3:19am
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 Sep 11, 2011 at 3:19am
Topic archived. No new replies allowed.