Hi guys, I have some questions relating to a game trainer I am making. I have tidy up the code from my old code. Also if anyone can have a look at my code and see if the bracket scopes are all in the right place and is everything looking good?
Have a few things I want to know aswell:
Question (1): Lets say the program is running I press 1, for Case 1 option. It goes into the page displaying the message. Once the message is displayed how would I make the user press enter to go back to the main menu page instead of program closing?
Question (2): How would I make the main menu have a status ON/OFF like if I press option 1,2 it will update the main menu saying status: ON or OFF?
Why don't you try it first?
You will learn much more in this way.
Asking other people to write the code for you is like others asking to do push-ups or diet for you.
Who will get the benefit?
Ok I put a for(;;) loops at the very top just under main() and end the for loop all the way at the end just before main() end.
But when it loops say I press key 1, it will display message. Then when press any key to continue it will loop back to main menu but it still has the previous message displayed from case 1 or has "press any key to continue" on the main page. How do I completely remove all that once I return to the main menu.