Is there a simple way to clear the CONSOLE screen under C++. In Pascal you use clrscr to clear the screen. How can I clear the screen under C++.

I will also be running the same program under the UNIX OS and don't want anything that is specific to the WINDOWS OS.

THANKS IN ADVANCE