How do I clear the screen?

I want to know how to clear the screen in my program. I'm using Code::Blocks on windows 7. I've tried everything I could find and NOTHING works.
As I mentioned in your other thread (you didn't need to make multiple ones) system calls will handle small projects for stuff like this.

You can read more info on clearing the console window here http://www.cplusplus.com/articles/4z18T05o/
system ("cls") is bad i will get told of for even sharing this with you

cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\" works but if your trying to use some kind of loop to create a refresh screen its kind of hard to know how many /n to use
Topic archived. No new replies allowed.