Lecture overview -- Keyboard shortcut: 'u'  Previous page: The free store -- Keyboard shortcut: 'p'  Next page: Overloaded operators and IO -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Alphabetic index  Help page about these notes  Course home    Basic facilities - slide 35 : 46

Input and output in C++

File IO - including standard input and standard output - is supported via the libraries ostream and istream

Overloading of the operators >> ('get from') and << ('put to') is used for textual input and output respectively