Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
operator&& (pronounced as 'logical and operator') is an operator to state that two conditions must be true. In the example below, both a username and password must be correct.
#include <iostream> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.