"In C++, it's harder to shoot yourself in the foot, but when you do, you blow off your whole leg." -- Bjarne Stroustrup

All lecture notes and code will be hosted on github. Notes and starting code samples will be posted before each class and updated to the working solutions after class.

The easiest way to access the sample code files is to clone the git repository for the course. You should use the command "git clone https://github.com/crdelozier/CIS190Fall2015.git" to download the repository to the location of your choice. Before each class, navigate to the directory that you downloaded the repository to, and run "git pull" to download the latest code samples and notes.