What is stream concept in C++ ?
Answers
Answered by
4
The Stream Class Hierarchy. ... A C++ object is a specific variable having a class as its data type. cin and cout are special pre-specified objects with different classes as their data types. A C++ stream is a flow of data into or out of a program, such as the data written to cout or read from cin.
Similar questions