| Hello World (version 1) | Hello World with time delay feature. |
| Hello World (version 2) | Hello World using getchar for pause. |
| Hello World (version 3) | Hello World with time delay in user header file. |
| Chapter 2.3 Question 6 | Code for answering Chapter 2.3 Question 6. |
| Chapter 2.3 Question 7 | Code for answering Chapter 2.3 Question 7. |
| Chapter 2.3 Question 8 | Code for answering Chapter 2.3 Question 8. |
| Chapter 3 Arithmetic | Practice with arithmetic operators. |
| Chapter 3 Travel | Program for computing travel data. |
| Chapter 3 Kinetic | Program for computing kinetic energy. |
| Chapter 3 Time Splits | Program for computing time splits. |
| Chapter 3 Square | Program for computing square and square root. |
| Chapter 3 Temperature | Program for computing temperature conversion. |
| Chapter 3 Concrete | Program to compute cost of concrete. |
| Chapter 4 Paint | Program to compute paint cost (uses functions). |
| Chapter 4 Division | Program to compute division of two integers. |
| Chapter 4 Temperature | Program to convert Fahrenheit to Celsius. |
| Chapter 4 Temperature | Alternate program to convert Fahrenheit to Celsius. |
| Chapter 4 Mile Per Gallon | Program to compute miles per gallon of gas. |
| Chapter 4 Salary | Program to compute salary. |
| Chapter 5 Letter Grade | Program to compute letter grade. |
| Chapter 5 Grade Point | Program to compute grade point. |
| Chapter 5 Integer Division | Program to compute integer division. |
| Chapter 5 Remainder | Program to display integer division with no 0 remainder. |
| Chapter 5 Birthday | Program to display day of week born on. |
| Chapter 6 Sum | Program to compute sum of a sequence of numbers. |
| User header file | User defined header file used in Chapter 6 programs. |
| Chapter 6 GCD | Program to compute greatest common divisor. |
| Chapter 6 LCM | Program to compute least common multiple. |
| Chapter 6 Tree Service | Program to compute bid for a tree service. |
| Chapter 6 Savings | Program to return on deposit in savings. |
| Chapter 7 Read File. | Program to read data from a text file. |
| Chapter 7 Write To File | Program to write data to a text file. |
| Chapter 7 Append To File | Program to append data to a text file. |
| Chapter 7 Phone Nos | Program using a text file for names and phone numbers. |
| Chapter 7 Search a File | Program to search a text file for phone numbers. |
| Chapter 7 Test | Program to output even, odd, negative numbers to files. |
| Chapter 8 First Array | Program to store 20 integers in an array. |
| Chapter 8 First Array Again | Program to store 20 integers in an array. |
| Chapter 8 Square a number! | Program to display the square of a number. |
| Chapter 8 Bubble Sort | Program to sort an array of integers. |
| Chapter 8 Sieve | Program to find prime numbers. |
| Chapter 8 Translation | Program translate English to French. |
| Class Programs | All programs from the C++ class. |
| Template files (zip format) | Template files for use with the textbook (zip format). |
| Solutions (zip format) | Code for solutions to various textbook assignments. |