Agenda: (Linux) Systems Programming With C++#

Three days of systems programming, interwoven with select C++ topics.

(Linux) Systems Programming#

This is probably a bit too much for a three day course to present in detail; lets see what can be omitted.

C++#

Don’t present explain basics like range-for, or auto, or Tuple Unpacking (Err, Structured Binding) - just use them in live-hacking sessions. Likewise, stay away from niche/advanced features like coroutines, or “deducing this”.

Proposed topics (apart from those already touched during Systems Programming) …