I know this topic has already been touched on, but I am still curious.

I am new to C and am writing a basic program for a school assignment. I would like to know if there is a function to clear the screen? I am using Windows 2000 and Visual C++ compiler.

I basically want to clear the screen after accepting input from the keyboard. First off, I have a menu on the screen asking the user to choose either 1, 2, or 3.

After the user provides input, I want to clear the screen and display some output.

Is there a way to do that? I have tried everything and nothing seems to work.

Please help.