Embedded Programming with Modern C++ (Week 0)
Initialization (Week 1)
Type Deduction (week 2)
enum, pointers, lambdas
Type Traits (week 4)
1 of 4

Further Information

cppreference.com:

Modernes C++:

C++ Stories:

CppCon:

  • Back to Basics: Lambda Expressions by Barbara Geller & Ansel Sermersheim (Good to know/Intermediate)
    • Prologue
    • History
    • Function Pointer
    • Function Object
    • Definition of Lambda Expression
    • Capture Clause
    • Generalized Capture
    • This
    • Full Syntax as of C++20
    • What is the Big Deal
    • Generic Lambda

Reference Cards:

  • Syntax
  • Usage