<<<
Stream Output Concept
Index
Using C++ Objects
>>>
4. Stream Input Concept
Input stream buffer:
4
5
6
\n
7
8
9
\n
...
...
int
one;
int
two; std::cin >> one; std::cin >> two;
<<<
Stream Output Concept
Index
Using C++ Objects
>>>