10
Input and Output
What you see is all you get.
– Brian W. Kernighan
10.1 Introduction
The I/O stream library provides formatted and unformatted buffered I/O of text and numeric values.
An ostream
converts typed objects to a stream of characters (bytes):
An istream
converts a stream of characters (bytes) to typed objects: ...
Get A Tour of C++, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.