Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

isocpp.org

Standard C++

Get the latest updates from Standard C++ directly as they happen.

Follow now 138 followers

Latest posts

Last updated 2 days ago

C++ Enum Class and Error Codes -- Mathieu Ropert

2 days ago

C++11 gave us enum class and while it’s great to have scoped...

Trip report: Budapest C++ - Breaking & Building C++ -- Sandor Dargo

4 days ago

The Budapest C++ Meetup was a great reminder of how strong and...

Speeding up C++ functions with a thread_local cache -- Daniel Lemire

6 days ago

When working with legacy or rigid codebases, performance bottlenecks can emerge from...

Using RAII to remedy defect where not all code paths performed required exit actions -- Raymond Chen

9 days ago

A missing DismissUI() call on one code path led to a subtle...

Open wide: Inspecting LLVM 21 with static analysis

10 days ago

It has been over a year since the last check of the...

How to Iterate through std::tuple: C++26 Packs and Expansion Statements -- Bartlomiej Filipek

12 days ago

In this final part of the tuple-iteration mini-series, we move beyond C++20...

C++ Casts: To lie, and hopefully - to lie usefully - Patrice Roy - Meeting C++ 2025

15 days ago

Patrice Roy gave a great talk online on C++ casts at Meetign...

Concept-Based Generic Programming -- Bjarne Stroustrup

15 days ago

A new paper Bjarne Stroustrup: Concept-Based Generic Programming https://www.stroustrup.com/Concept-based-GP.pdf We present programming...

User-Defined Formatting in std::format -- Spencer Collyer

16 days ago

std::format allows us to format values quickly and safely. Spencer Collyer demonstrates...

The Code is Documentation Enough - Tina Ulbrich - Meeting C++ 2025

18 days ago

The first video from Meeting C++ 2025. As every year the online...

std::ranges may not deliver the performance that you expect -- Daniel Lemire

18 days ago

Modern C++ offers elegant abstractions like std::ranges that promise cleaner, more expressive...

C++26: std::optional -- Sandor Dargo

20 days ago

If you’re a regular reader of Sandor's blog, you know he's been...