|
main menu
I have done some work while in college and it is all saved, what I want to do is create a main menu program that will probably be driven off a case statment but anywho I was wondering if there was anyway I could attatch external .cpp files to the main menu.
Example ...
* If the user enters 1 then 1.cpp is loaded (1.cpp being a program I have already created)
* If the user enters 2 then 2.cpp is loaded (2.cpp being a program I have already created)
... and so on for however many programs I have saved, is this possible?
|