

Teaching and Training Modern C++
4 snips Feb 9, 2024
Rainer Grimm, a seasoned C++ trainer, shares insights from his extensive teaching experience. He discusses the accessibility of training through online platforms and his thoughts on modern C++. Rainer highlights innovative teaching methods, exploring the balance between traditional and interactive learning. He emphasizes the importance of continuous education, especially regarding advanced features like coroutines and modules, while sharing anecdotes about the ongoing evolution of C++ and its relevance in today's tech landscape.
AI Snips
Chapters
Transcript
Episode notes
C++ Iceberg Meme
- Timur found a C++ iceberg meme hilarious.
- It highlighted C++ quirks, from simple to complex, linking to relevant online content.
Initialization Complexity
- Reiner Grimm highlighted C++'s complexity regarding initialization.
- He mentioned that one could discuss C++ initialization for an hour.
Use Named Concepts
- Reiner Grimm suggests encapsulating bitmask concepts for better code.
- He recommends using named concepts to improve readability.