How to clear the screen and then display a menu?

In my class of C++, we haven't gone over how to clear the screen. And how and what do you to display a menu?
Last edited on
Alright thanks it helps a lot with the clear the screen part!(:
after you have entered you're values or whatever use system("cls");
No, do not use system("cls").
Read the link.
Topic archived. No new replies allowed.