Microsoft Visual C++ Lesson 5: Understanding Logical Operators
This Microsoft Visual Studio C++ tutorial explains logical operators. Logical operators are most commonly used to control the flow of the programs. This video video will teach you C++ syntax for logical operators. As a prerequisite, this tutorial assumes you have some understanding of how these operations work.
The three base logical operators in C++ are:
and (!)
or (&&)
not (||)
Title:
Microsoft Visual C++ Lesson 5: Understanding Logical Operators