Lab 10: C++ templates

generic programming via C++ templates

Generic programming with C++ templates

C++ templates were introduced in CMPT 125 lectures. These notes on templates from http://www.cplusplus.com/ are good, as is the whole tutorial.

A minimal but good example of using templates is given in this lightning-fast intro to C++, classes and templates from MIT's 6.s096..

There are no new tasks for you this week: just a lab demo.


Lab complete. Back to the list of labs.