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
bool and if statements
bool and if statements
Mar 25, 2014 at 8:04am UTC
enjoii
(1)
im still having trouble understanding bool specifically the and ,or , and not aspects of it also a bit confused with the if statements if anyone could further explain would help maybe a few simple programs so i can see how they are used
Last edited on
Mar 25, 2014 at 8:04am UTC
Mar 25, 2014 at 8:19am UTC
Zhuge
(4664)
Could you give a short description of what you do understand so we can see what we should start with?
Mar 25, 2014 at 8:20am UTC
giblit
(3750)
These links might help you understand better:
http://www.cplusplus.com/doc/tutorial/control/
http://www.cplusplus.com/doc/boolean/
http://www.learncpp.com/cpp-tutorial/26-boolean-values/
http://www.learncpp.com/cpp-tutorial/36-logical-operators/
http://www.learncpp.com/cpp-tutorial/52-if-statements/
Topic archived. No new replies allowed.