360 B
360 B
Chapter 8. The IO Library
- C++ use various types in std IO libraries to handle IO.
List of C++ classes to handle IO:
istream
(input stream) type, for input operationsostream
(output stream) type, for output operationscin
(anistream
obj) reads std inputcout
cerr
(anostream
obj) for program error messages, writes to std error