Assignments will be posted here during the course of the semester as they are made available to the class.
Assignment #1: histograms. Due Thursday, Sept 12 at 5:00pm.
To help you write your first C++ program, here is the complex number example from class.
Complex.h and Complex.cpp
define and implement the Complex class, respectively. Main.cpp defines
the main program. Test input is here, and for next week's recitation,
here is the Makefile. testfiles and output