Writing a C++20 Module
Offered By: CppNow via YouTube
Course Description
Overview
Explore the process of creating a C++20 module interface and implementing a simple functional tree data structure in this conference talk from CppNow 2021. Learn how to control the export of types and inline code, hide implementation details, and ensure that necessary un-exported definitions remain accessible. Gain insights into leveraging C++20 modules effectively as Steve Downey from Bloomberg LP walks through practical examples and best practices. Discover techniques for structuring modular C++ code and enhancing code organization in this comprehensive presentation aimed at C++ developers looking to adopt modern language features.
Syllabus
Writing a C++20 Module - Steve Downey - [CppNow 2021]
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube