Previous Lecture | lect12 | Next Lecture |
Code from lecture
Topics
- Writing generic fucntions and classes with templates
- Why and when should you use templates?
- What is the difference between templates and typedefs
- Use of the keyword typename.
- Convert a class implementation of BST to use templates.