C++ Insights - How Stuff Works, Lambdas and More
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore the inner workings of C++ through the eyes of the compiler in this ACCU 2019 conference talk by Andreas Fertig. Dive into C++ Insights to understand implicit conversions, in-class initializers, lambda generation, and variadic templates. Gain a new perspective on code writing as you journey through the compiler's world, uncovering the mechanics behind seemingly simple C++ features. Learn from Fertig's expertise as a freelance trainer and consultant specializing in embedded systems, and discover the power of cppinsights.io. Note that microphone issues are resolved approximately 15 minutes into the presentation.
Syllabus
Intro
German
Short example
What is C Insights
The start of the project
Using templates
AST
Func
Initialization
Class Member initialization
Lambdas
What are Lambdas
Generic Lambdas
Call Operator
Template Lambda
ConstExper
Implicit Context
Rangebased for loops
Rangebased for loop
Rangebased for statements
C Insights
Support
Compile Explorer
Taught by
ACCU Conference
Related Courses
Abusing C#NDC Conferences via YouTube Scala Best Practices I Wish Someone'd Told Me About
Scala Days Conferences via YouTube Preparing for Scala 3
Scala Days Conferences via YouTube Dotty Linker - Precise Types Bring Performance
Scala Days Conferences via YouTube Towards a Safe, Sane I O Library in Scala
Scala Days Conferences via YouTube