Week 12: Topic TBD
đź”— Pre-Class Learning Material
A good overview of C++ modules. It’s a bit on the long side, but covers a lot of ground and is the most clear and well organized out of the module talks I was able to find.
Extra if interested… Also a good talk, but more narrowly focused on building/compiling modules.
đź”— Conversation Starters/Discussion Questions
- benefits of modules
- problems with switching over to modules
- anything you didn’t understand about modules (in the video or otherwise)
- bigger picture impact
- how does this change c++?
- …how we write/think about c++?