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