Quantcast
Channel: Go4Expert
Viewing all articles
Browse latest Browse all 1987

Unable to exit program

$
0
0
I am working on a large C++ (console) project that has multiple menus (1 main menus with 4 options, and each of those options as additional options or menus).

The int main() module simply calls the "MainMenu()" option, which has 5 options to choose from - 4 options to go to other menus, and 1 option to "Exit the progam". If I choose to exit the program before going to any other menu, the program will exit, but as soon as another menu option is chosen, the program will not exit.

I have no...

Unable to exit program

Viewing all articles
Browse latest Browse all 1987

Trending Articles