Class in Switch
| walaskey (7) | |||
| Is this possible? If so how? Thanks I appreciate the help. I am trying to jump out of a Switch to a class in the mortEnt.h file. switch(menu) { case 'A': goto mortEnt::input; break; case 'B': goto mortSel::input; break; } | |||
| helios (1520) | |||
| No. You must mean this:
| |||
| walaskey (7) | |||
| Thank you! I feel very stupid now! I have been working this all weekend I am starting to forget what I have learned. Thanks again! | |||
This topic is archived - New replies not allowed.
