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
Void
Void
May 21, 2019 at 4:45pm UTC
Ashh
(20)
Is it possible to do void from a lot of nested if complicated c++ program?
May 21, 2019 at 5:00pm UTC
lastchance
(6980)
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!
May 21, 2019 at 5:18pm UTC
AbstractionAnon
(6954)
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.
May 21, 2019 at 6:12pm UTC
Enoizat
(1343)
Just
ifs
or loops (for, while, do-while…)?
Can’t you make it by
break
?
http://www.cplusplus.com/doc/tutorial/control/
May 21, 2019 at 8:04pm UTC
Enoizat
(1343)
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.