Include Guard Example
Text Handout
Broken Code
a.bad.h
b.bad.h
driver.bad.cpp
Fixed Code
a.good.h
b.good.h
driver.good.cpp
To test each set, download all files and run g++ on the driver.
Last updated 2/26/13