Meeting C++
Meeting C++ 2025 | C++ News | Online | Training | Books | Survey | Newsletter | Advertising | Job fair | Jobposting | Recruiting | Login
Welcome to Meeting C++!

A lot of time goes into creating C++ content shared through Meeting C++. Its network offers a reach into the C++ community, with a following of over 100k across Twitter, Facebook, LinkedIn, Youtube and Mastodon! Once a week the Meeting C++ blog roll offers an overview into the latest news and blog entries about C++, which are also shared daily via social media. Please subscribe to the RSS Feeds to stay up to date with everything at Meeting C++. You also can support the work of Meeting C++ for the C++ Community via Patreon.
Read about the C++, Qt, ISO Standardization and other C++ related things on the Meeting C++ blog. Join our YouTube channel, or watch "Just C++" and the talks of past conferences!

Keynotes at Meeting C++ 2026

Mateusz Pusz

Kate Gregory
TBA
Meeting C++ Blog
C++20 changes to std::chrono you might not be aware of: clocks and more
published at 30.03.2026 18:26 by Jens Weller
Save to Instapaper Pocket
I was aware of that C++20 extended std::chrono by adding calendar and time zone support. But I wasn't aware about that it also brought a set of new clock classes and better support for clocks in general.
Follow up: resize + assign is often faster than reserve + emplace_back for vector
published at 05.03.2026 15:34 by Jens Weller
Save to Instapaper Pocket
Last week I've posted about some test code to explore the question if resize + assign is faster than reserve + emplace_back.
