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