research-computing-with-cpp
research-computing-with-cpp copied to clipboard
Refactor Week 3 Notes / Exercises
- Templates I: function templates; can also talk about templates in the standard library
- Intro to classes: encapsulation & abstraction
- Templates II: Class templates
- possibly continuing on to some other intro OOP features if there's space
possibly ordering:
- Intro to classes
- Templates (function & class templates)
@mmcleod89