Unit VI: Recursion and Templates

Lecture notes

Sample Programs

Lab exercises

Reading

Recursion is not really covered in the textbook in any detail.

You can find some of the material on templates in Chapters 6 and 7 of the textbook.

There is also good material on templates at a http://www.cplusplus.com and http://www.learncpp.com

A good source on the standard template library is http://www.cppreference.com/index.html.