Basic facilities
- slide 37 : 46
Standard streams
Like most other programming languages C++ supports a number of standard input and output streams
The C++ Progr. Lang. (3. edition)
: 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