Basic facilities
- slide 33 : 42
Standard streams
Like most other programming languages C++ supports a number of standard input and output streams
The C++ Programming Language
: Page 609, 614
cin
and
wcin
Standard input
of char and wchar_t respectively
cout
and
wcout
Standard output
cerr
and
wcerr
Standard error
- unbuffered
clog
and
wlog
Standard output
stream for error messages