Meeting C++ 2024: the online track is complete
The last part of the program for Meeting C++ 2024 is now ready: the online track.
The online track for Meeting C++ 2024 is complete!
by Jens Weller
From the article:
With this the program for Meeting C++ 2024 is now complete! The online track features 11 talks and will be prerecorded publically in October.
The talks of the online track are:
- An Introduction to Vulkan and C++ by Michael Shah
- From C to Modern C++: Transforming the classroom and beyond by Gabriel Valenzuela
- Writing VSCode extensions for fun an profit by Nikolaj Fogh
- Python's asyncio in C++ for Terminal Graphics by Fernando Iglesias
- Mimicking SQL: API Design Choices by Jonathan O'Connor
- What is a static function, but isn't a static function? by Miloš Anđelković
- Customising clang-tidy to modernise your legacy C++ code by Mike Crowe
- Parallel Algorithms, Ranges and oneDPL by Abhilash Majumder
- An overview on the C++26 highlights by Rainer Grimm
- Starting a modern C++ Project with CMake in 2024 by Jens Weller
- A tour through the Meeting C++ community survey by Jens Weller

In C++, it's common to use RAII types like
JSON is a widely-used format for data exchange, but in C++, handling JSON efficiently can be challenging. While current solutions like simdjson offer high-speed processing, upcoming features in C++26, such as powerful reflection, promise to simplify and accelerate the serialization and deserialization of JSON, making it both faster and more convenient for developers.
We’ve seen formatting for simple classes and more complicated types. Spencer Collyer finishes his series by showing us how to apply specific formatting to existing classes.