C++ Language/Std/Iostreams
Appearance
< 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.
| C++ Language |
A "stream" uses operator << to stream from general-purpose-data into a character sequence.
A stream uses operator >> to stream the other direction.