Replacement for system("cls"); ?

Are there any other methods of achieving this?

Thanks in advance.
Nothing that can be done in one line. Why are you needing to clear the console?
If you really need to clear the screen that badly, here:
http://www.cplusplus.com/articles/4z18T05o/

Generally speaking though, clearing the screen isn't something you really need to do.
But there are a few cases where it might be useful.
Topic archived. No new replies allowed.