Iostream
The most frequently used read/write stream is iostream. We'll look at the implementation shortly.
We'll cover the following...
The stream classes std::istream
and std::ostream
are often used for the reading and writing of data. Use of std::istream
classes requires the <istream>
header; use of std::ostream
classes requires the <ostream>
header. You can have both with the header <iostream>
. ...
Access this course and 1400+ top-rated courses and projects.