If you couldn't already tell, I'm a serious VC++ noob, so bear with me...


Working on a mudd game, details are fairly irrelevant, but I don't know how to get a bunch of different menus in the same program without errors.

The other thing is that one of the first menu options, "New Game", isn't working for some reason. All that option should be is some cout commands and a menu call, but I keep getting errors on the compile. Can someone just post me some code with multiple menu calls and a text-only option that calls another menu instead of creating one?