Introduction to C++
Jonah Warrenjonah AT parsons DOT edu
http://www.feedtank.com/2005/cpp
Code from Class 7
- recur.cpp (simple recursive function)
- inline.cpp (demonstrating the use of inline functions)
- firstref.cpp (introduction to using references)
- secref.cpp (references cont. - you can't change a reference once set)
- swaps.cpp (demonstrating passing by reference)
- overload_01.cpp (intro to function overloading or polymorphism)
- overload_02.cpp (more complex verison of polymorphism)
- midterm_structure.cpp