i need to write a exit screen on my program, i have one nicely layed out etc.. but i want it to ask the users if there sure they wanna quit.
this is a quick sample of my existing code
<code>
void main()
{
TitleScreen();
MainMenu(); /*when number 4 is pressed to goes to the end of the function and gotos the quitscreen function*/
QuitScreen(); /*this screen askes if ya want to quit if 'Y' is entered then it quits, if not then how do i make it go back to the main menu */
}
</code>![]()



LinkBack URL
About LinkBacks




