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