Please enable JavaScript to use CodeHS

Data Structures in C++

Lesson 2.4 File Input/Output

Description

In this lesson, students will learn how to read and write data from a file in order to open up more options to process larger volumes of data.


Objective

Students will be able to:

  • Read information in from a file
  • Process information from a file
  • Write information out to a file