Demonstration programs for my EECS 138 (Intro to C++) lectures.

The programs are organized according to the chapters in Problem Solving with C++ (9 ed) by Walter Savitch. Although most of the course contents are locked into blackboard, I want these sample programs to be available to anyone in the class even if they were in previous sections and no longer have access to blackboard.

Chapter 1 - Intro

Chapter 2 - Basics

Chapter 3 - Flow Control

Chapter 4 - Functions

Chapter 5 - More on Functions

Chapter 6 - I/O Streams, files

Chapter 7 - Arrays

Chapter 8 - Strings, Vectors

Chapter 9 - Pointers, Dynamic Arrays

Chapter 10 - Classes