String Streams
The string stream family lets us store and manipulate strings.
We'll cover the following...
Streams #
A stream is an infinite data stream on which we can push or pull data. String streams and file streams enable strings and files to interact with the stream directly.