true (C++)
Visual Studio 2005
bool-identifier = true ; bool-expression logical-operator true ;
This keyword is one of the two values for a variable of type bool or a conditional expression (a conditional expression is now a true boolean expression). If i is of type bool, then the statement i = true; assigns true to i.