CppCon 2023 Interfaces in C++ -- Megh Parikh
Registration is now open for CppCon 2024! The conference starts on September 15 and will be held in person in Aurora, CO. To whet your appetite for this year’s conference, we’re posting videos of some of the top-rated talks from last year's conference. Here’s another CppCon talk video we hope you will enjoy – and why not register today for CppCon 2024!
Lightning Talk: Interfaces in C++ - Megh Parikh - CppCon 2023
by Megh Parikh
Summary of the talk:
I explain some of the ways to make interfaces, both static and dynamic in this talk, and how concepts can be optionally used.


std::format allows us to format values quickly and safely. Spencer Collyer demonstrates how to provide formatting for a simple user-defined class.
In this episode, you learn how default parameters work and why you shouldn't put them on virtual member functions.
The last episode of the series about SObjectizer and message passing: