If...Then...Else, or Boolean?

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?
C++ recognises if and else, amongst other control mechanisms.

http://cplusplus.com/doc/tutorial/control/

cool, thanks.
Topic archived. No new replies allowed.