Lagniappe Example Programs
Chapters 1+9
days.cc
tax.cc (width)
tax.cc (setw)
floatpoint.cc (width)
floatpoint.cc (setw)
oddstring.cc
cingetline.cc
twocolumns.cc (width)
twocolumns.cc (setw)
Chapter 2
goforaride.cc
draft.cc
driver.cc
farmer.cc
switchbeep.cc
temp.cc
Grades Example
   grades.cc
   grades.cc (by loop)
   grades.cc (by section)
table.cc (by section)
Mandelbrot Set Example
   mand.cc
   mand.cc (by section)
Chapter 12
storehours.cc
processhours.cc
showfile.cc
Chapters 3+4
payroll.cc
Chapters 6+7
Alarm Clock Example
   buzz.cc
   alarm.h
   alarm.cc
Position Struct Example
   justposition.cc
   position.h
Display Class Example
   justdisplay.cc
   position.h
   display.h
   display.cc
LeftShip Class Example
   ship.cc
   position.h
   display.h
   display.cc
   leftship.h
   leftship.cc
Rectangle Class Example 1
   rectangle.h
   rectangle.cc
   userectangle.cc
Rectangle Class Example 2
   rectangle.h
   rectangle.cc
   userectangle.cc
Bug Class Example
   bugs.h
   bugs.cc
   usebugs.cc
Chapter 5
Simple Temperature Array
   temperature.cc
   temp1.dat
Temperture Array of Structs
   temperature.cc
   temp2.dat
Racing with an Array of Class Objects
   race.cc
   car.h
   car.cc