question about functions and switch in c++

Mar 31, 2012 at 3:35am
;;;
Last edited on Apr 30, 2012 at 8:18pm
Mar 31, 2012 at 3:56am
You can use nested switches but it will be better if you use switch once and then inside you may use "if else" checks.
Last edited on Apr 7, 2012 at 1:31pm
Mar 31, 2012 at 4:03am
You can not use nested switches


Yes you can.
Mar 31, 2012 at 4:40pm
Yes, use nested switches.
Topic archived. No new replies allowed.