Previous Lecture | lect13 | Next Lecture |
Since Monday 02/21 is a University Holiday, please watch the video recording for this lecture on Gauchospace asynchornously. The topics covered are relevant for lab05.
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.