C++ Language/Std/Iostreams

A "stream" uses operator << to stream from general-purpose-data into a character sequence. A stream uses operator >> to stream the other direction.

  1. Stringstream
  2. Streaming Custom Types