Overloading a template Function
See our example from lecture.
Specializing a template Function
See our example from lecture.
Overcoming that C-string Problem:
Non-Type
template Parameters
See our example code from lecture.
template Metaprogramming
Here's the first/simple example from
lecture...
Here's the second/more interesting example
from lecture...
What Happens to static Data
Members?
Example from lecture...
How Can templates Be Mixed With
Inheritance?
Sample 'code' from lecture.