Meeting C++ 2023 - the last online conference?
Highlighting the online part of Meeting C++ 2023
Meeting C++ 2023 - the last online conference?
by Jens Weller
From the article:
A few days ago it caught my attention that Meeting C++ 2023 would be the last C++ organisation with an online part of its conference.
This is the case because last year the online part did find its interest in the C++ community. I think it serves the goals of Meeting C++ to continue an online presence for the conference as long as this is feasible...

People often say constexpr all the things. Andreas Fertig shows where we can use dynamic memory at compile time.
Now that we understand the design behind the common STL dequeue implementations, we can peek into the implementation details.

From dynamic container operations to compile-time constants, C++ offers a variety of techniques. In this article, we’ll delve into advanced initialization methods like
The C++ standard library type 