Oct 3, 2011 at 10:25pm
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 Oct 3, 2011 at 10:38pm
Oct 3, 2011 at 10:39pm
Alright thanks it helps a lot with the clear the screen part!(:
Oct 4, 2011 at 4:45pm
after you have entered you're values or whatever use system("cls");
Oct 4, 2011 at 7:40pm
No, do not use system("cls").
Read the link.