What C++ libraries are shipped with the compiler?
The I/O Streams library is shipped with the C/C++ compiler. A stream is a way to perform high-level data transfer operations with a consistent interface, regardless of the low-level representation of the data. C++ classes and functions for controlling program input and output are collectively referred to as stream I/O.