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 ...