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
If...Then...Else, or Boolean?
If...Then...Else, or Boolean?
Oct 23, 2011 at 6:31pm UTC
IWishIKnew
(1364)
I have a very general question, not too hard to solve, lol. But does the C++ programing language include "If...Then...Else" statements, or do you have to use booleans in place of them?
Oct 23, 2011 at 6:39pm UTC
Moschops
(7244)
C++ recognises
if
and
else
, amongst other control mechanisms.
http://cplusplus.com/doc/tutorial/control/
Oct 23, 2011 at 6:40pm UTC
IWishIKnew
(1364)
cool, thanks.
Topic archived. No new replies allowed.