Void

Is it possible to do void from a lot of nested if complicated c++ program?
Ashh wrote:
Is it possible to do void from a lot of nested if complicated c++ program?


How complicated would you like me to make it? I'm sure I could oblige!
What do you mean by "do void". Do you mean to call void functions? Or something else?
There are no restrictions on calling void functions from complicated nested if statements.
Just ifs or loops (for, while, do-while…)?
Can’t you make it by break?
http://www.cplusplus.com/doc/tutorial/control/

lastchance wrote:
How complicated would you like me to make it? I'm sure I could oblige!

The OP has taken up the gauntlet…
http://www.cplusplus.com/forum/beginner/254020/
:-)
Topic archived. No new replies allowed.