Previous Lecture | lect12 | Next Lecture |
Code from lecture
Code written in class
https://github.com/ucsb-cs24-mirza/cs24-m19-lectures/tree/master/lec-12
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.