Lesson 27. Using Streams for Input and Output
You have actually been using streams all through this book, starting with Lesson 1, “Getting Started,” in which you displayed “Hello World” on the screen using std::cout
. It’s time to give this part of C++ its due attention and learn streams from a practical point of view. In this lesson, you find out
What streams are and how they are used
How to write to and read from files using streams
Useful C++ ...
Get Sams Teach Yourself C++ in One Hour a Day, Eighth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.