Assignment 8
This assignment is worth 10 points.
Objectives
- When you finish this assignment you should be able to
- Describe data files and how c++ programs interact with files.
- Describe terms associated with program design.
- Read chapter 4
- Define the following:
- file
- Object Oriented Design
- Functional Decomposition
- Functional Cohesion
- Describe the steps necessary to write data to a file.
- What special steps must be taken in order to open a file when the file name is stored in a C++ style string?
- What occurs when an input operation fails?
- Describe a condition which could cause an input operation to fail.