Lecture overview -- Keyboard shortcut: 'u'  Previous page: Standard streams -- Keyboard shortcut: 'p'  Next page: Manipulators -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Alphabetic index  Help page about these notes  Course home    Basic facilities - slide 38 : 46

Stream State
Streams in C++ have state associated that represents error conditions and formatting details
copy-is-os.cc
Illustration of implicit stream conversion to a boolean value.
At a higher level of abstraction, the formatting flags are changed by so-called manipulators - see next page