Talks and Videos Talks and Videos Conference talks, short-form videos, and expert explanations that deepen modern C++ understanding.
Talks and Videos Short-form and conference material C++ Weekly: short, focused videos on language features, tooling, performance, and modern style. CppCon Back to Basics: practical talks that explain core language and library topics clearly. CppCon main channel: broader talks on design, tooling, performance, and standard evolution. Best use cases Use short videos for a quick second explanation of one concept. Use conference talks when you want design rationale, tradeoff analysis, and deeper context from experienced practitioners. When to start here you already know the surface syntax but want stronger intuition about tradeoffs you want a second explanation from experienced practitioners rather than another text tutorial you learn better from guided explanations than from reference material alone Simple viewing workflow Start with a short video when you need a fast second explanation. Move to a longer conference talk when the topic affects design, performance, or architecture decisions. Rebuild a small example locally after watching so the ideas become concrete instead of staying passive. Choosing by need want one concept explained quickly: start with C++ Weekly want fundamentals explained carefully: use CppCon Back to Basics want deeper design, performance, or evolution context: use the broader CppCon talks
Example in practice Pick one resource from this page. Use it to answer one concrete question about syntax, tooling, or workflow. Bring the result back into a local example or project build.