When do you use boolean values, or true and false values, in programming? I know they can help programs remain stable when odd data values arise, but I don't know much else about them.
suwunk
2011-12-14, 11:22 AM
One of the most common uses for boolean variables is inside if statements
details: 2.6 — Boolean Values « Learn C++ (http://www.learncpp.com/cpp-tutorial/26-boolean-values/)