Tonight 20:00 CEST/Berlin/Amsterdam: Meeting C++ online book & tool fair
Join us tonight (20:00 CEST/Berlin/Amsterdam) for the Meeting C++ online book & tool fair!
Meeting C++ online book & tool fair
About the event:
Tonight will featuring 3 tools and one book in the fair and the kick off livestream with demos at 20:00 CEST:
- Undo.io
- Modern C++ for absolute Beginners by Slobodan Dmitrović
- Conan 2.0
- KDABs open source tools: hotspot, heaptrack, gammaray and more
The second part of the event will be in the Hubilo lounge, where you can visit each of the above tools and books at their own table and ask your questions!

Optimizing compilers seek try to push as much of the computation as possible at compile time.
In my previous post I showed how to compile {fmt} as a C++20 module with clang. Although taking only two commands, ideally it’s not something you should be doing manually. So in this post, I’ll talk about module support in CMake, everyone’s favorite not a build system.
This post is an updated version of an article from five years ago, now that everything Sy talked about is in the standard and implemented in Visual Studio.
The Broker Pattern structures distributed software systems that interact with remote service invocations. It is responsible for coordinating the communication, its results, and exceptions.
In this article, I cover Default constructuctible lambdas.