|
Learning objectives for chapter 10 |
1 | Learn how to open a text file and use it for input to a program. |
2 | Learn about end-of-file loops. |
3 | Learn how to write output to a text file. |
4 | Learn how to append to an existing text file. |
|
|
Learning objective(s) addressed |
|
1 | 2 | 3 | 4 |
Exercises |
Right-click (or control-click on a Mac) the title to save its PDF to your system. |
|
10.1 |
Making Change, v.5.0 PDF |
X | | | |
10.2 |
My Savings Plan, v.3.0 PDF |
X | | | |
10.3 |
Temperature Conversion, v.4.0 PDF |
X | X | | |
10.4 |
About Lighthouses, v.3.0 PDF |
X | | | |
10.5 |
A Simple Mortgage Calculator, v.3.0 PDF |
| | X | X |
10.6 |
NSA Encoder, v.1.0 PDF |
X | X | X | |
10.7 |
NSA Decoder, v.1.0 PDF |
X | X | | |
10.8 |
Making Excel Spreadsheets PDF |
| | X | |
| |
Samples |
Right-click (or control-click on a Mac) the title to save its PDF to your system. |
|
10.1 |
About File I/O PDF |
X | X | X | |
| |
Videos |
|
10.1 |
Click HERE for a YouTube-like video that shows how to develop code with file input.
The video is 16 minutes long, and uses the XCode g++ compiler in command line mode, on a Mac computer.
|
X | | | |
|
Code from the chapter in order of their appearance in the text |
|