C++ Language/Std/Iostreams
< C++ Language | Std
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.