Search⌘ K

Introduction

Learn how C++ input and output streams facilitate communication with external data sources. Understand the concepts of reading and writing using streams designed for extensibility and based on object-oriented and generic programming. This lesson prepares you for further exploration of string stream manipulation.

We'll cover the following...

The input and output streams enable us to communicate with the ...