C++ Modules and Large-Scale Development
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore the impact of C++ modules on large-scale software development in this ACCU 2019 conference talk by John Lakos. Delve into how modules will revolutionize program architecture, code organization, and deployment strategies. Learn about stable migration techniques for transitioning large codebases to module-based systems while maintaining compatibility with traditional header files. Gain insights from Lakos, a renowned expert in large-scale C++ development and author of influential books on the subject, as he shares his expertise on improving compilation speeds, reducing preprocessor reliance, and enhancing overall software design through the use of C++ modules.
Syllabus
Introduction
Abstract
Components
External Linkage
What is Linkage
Binding
Relationships
Pointless
Point in Name Only
Physical Dependencies
Level Numbers
Physical Design
Design Imperatives
No longdistance friendship
Colocating public classes
Iterators
Single Solution
Hierarchy of Solutions
Flea on an Elephant
Insulation
Encapsulation
Insulated
Hierarchical Reuse
Taught by
ACCU Conference
Related Courses
Khronos Sycl Language Framework for C++ Accelerators - Take Advantage of All the MIPSACCU Conference via YouTube Space Invaders - The C++20 Spaceship Operator is Upon Us
ACCU Conference via YouTube Grinding, Farming, and Alliances - Become a Better Programmer by Using Words and Ideas From Casual Gaming
ACCU Conference via YouTube Designing for C++ Concurrency Using Message Passing
ACCU Conference via YouTube Productivity in C++ Game Development - Inside the Mind of an AAA Game Developer
ACCU Conference via YouTube