Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) bool

 

bool is the keyword for a standard data type that can store the truth values true and false.

 

int main()
{
  const bool isThisTrue = true;
  const bool isThatTrue = false;
}

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict