Hey, i'm writing a pretty basic program using Dev C++ and i'm using a seriesof IF statements to create a menu system. (i.e, choose 1 to edit this, choose 2 to edit this etc.) Annoyingly if i go into 1 "menu" and then return to main, i can't go back to the beginning. All it does is bring up the main 'menu' underneath all of the other things i have done. Can i 'wipe' the screen at all, or do i have to live with this?

Another question. Using a system("PAUSE") function, can i get it to say anything other than "Press any key to continue"

Cheers for your help.

P.S If you need me to post code then i'll do that. Thanks