Lecture overview -- Keyboard shortcut: 'u'  Previous page: Fundamental types i C++ -- Keyboard shortcut: 'p'  Next page: Structs in C++ -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Basic facilities - slide 3 : 42

Booleans

There is a type bool in C++

Boolean constants true and false

Under the hood the well-known C boolean conventions still apply