Modern C++ Design Reloaded
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore advanced C++ design patterns and techniques in this conference talk from ACCU 2017. Delve into the evolution of concepts from Andrei Alexandrescu's "Modern C++ Design" and their modern applications in resource-constrained and low-latency environments. Learn about creating "post-modern" C++ abstractions for bare metal hard real-time systems, improvements to template metaprogramming libraries, lazy evaluation techniques, and named parameters. Gain insights into powerful and generic design patterns that can be effectively implemented with modern C++ language features. Enhance your toolbox with idioms and design patterns that enable more efficient and effective abstraction in various domains, particularly beneficial for advanced programmers working on complex systems.
Syllabus
Modern C++ Design reloaded - Odin Holmes [ACCU 2017]
Taught by
ACCU Conference
Related Courses
Introducing Functional Programming in C++LinkedIn Learning The C++ Type System is Your Friend
NDC Conferences via YouTube Joyful Polyglot - Beautiful Insights from Many Languages
Ruby Central via YouTube Circle Metaprogramming - Better Features Make Better Libraries
CppNow via YouTube Taking Template Classes Further with Opaque Types & Generic NTTPs
CppNow via YouTube