Introduction to C++
Jonah Warrenjonah AT parsons DOT edu
http://www.feedtank.com/2005/cpp
Code from Class 8
- protos.cpp (function code we are going to split between files)
- multfiles_01.cpp (protos main())
- multfiles_02.cpp (protos functions)
- multheader.h (protos header)
- auto.cpp (automatic variables)
- external.cpp (static vars externally linked)
- twofile1.cpp (static vars internally linked)
- twofile1.cpp (static vars internally linked)
- static.cpp (static vars no linkage)
- rawdraw_01.cpp (midterm structure broke up in different files)
- rawdraw_02.cpp (midterm structure broke up in different files)
- rawdraw.h (midterm structure broke up in different files)