Her'es an abbreviated version of pseudocode that demostrates using nested switch statements that can be put in a loop in an effort to do this. You can choose which menu is for which set of choices.
cout list menu
cin selection
switch selection
case
displayActionMenu(choice)
switch choice
case
list1.action1
case
list1.action2
case
dipslayActionMenu(choice)
switch choice
case
list2.action1
case
list2.action2
diplayActionMenu()
cout menu
cin choice
Lerner
Nearly a Posting Maven
2,382 posts since Jul 2005
Reputation Points: 739
Solved Threads: 396