14.1 Introduction

Storage of data in memory is temporary. Files are used for data persistencepermanent retention of data. Computers store files on secondary storage devices, such as hard disks, CDs, DVDs, flash drives and tapes. In this chapter, we explain how to build C++ programs that create, update and process data files. We consider both sequential files and random-access files. We compare formatted-data file processing and raw-data file processing. We’ve already shown how to output data to a string in memory using an ostringstreamChapter 21 continues that discussion and demonstrates how to read data from strings in memory using an istringstream.

Get C++ How to Program, 10/e 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.