cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
question about functions and switch in
question about functions and switch in c++
Mar 31, 2012 at 3:35am UTC
johnnyboy420
(8)
;;;
Last edited on
Apr 30, 2012 at 8:18pm UTC
Mar 31, 2012 at 3:56am UTC
Waleed Azam
(14)
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 UTC
Mar 31, 2012 at 4:03am UTC
firedraco
(6243)
You can not use nested switches
Yes you can.
Mar 31, 2012 at 4:40pm UTC
frema
(38)
Yes, use nested switches.
Topic archived. No new replies allowed.