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 136 followers

Latest posts

Last updated 1 day ago

Sharing a first schedule for Meeting C++ 2025 with you

1 day ago

A first schedule for Meeting C++ 2025 is available The schedule for...

C++26: Disallow Binding a Returned Reference to a Temporary -- Sandor Dargo

5 days ago

This change in C++26 tightens the rules around returning references to temporaries...

constexpr Functions: Optimization vs Guarantee -- Andreas Fertig

7 days ago

Constexpr has been around for a while now, but many don’t fully...

Three types of name lookups in C++ -- Sandor Dargo

9 days ago

Let's revisit a core concept in C++: how the compiler finds the...

C++ in Embedded Systems - Interview with Author Amar Mahmutbegović

11 days ago

This weeks interview with Amar about his book on C++ on embedded...

Why does C++ think my class is copy-constructible when it can’t be copy-constructed? -- Raymond Chen

13 days ago

In C++, the presence of a user-declared (but not explicitly deleted) copy...

Returning several values from a function in C++ (C++23 edition) -- Daniel Lemire

15 days ago

While C++ doesn’t have native syntax for returning multiple values like some...

Constructing Containers from Ranges in C++23 -- Sandor Dargo

19 days ago

Starting from C++23, standard containers support a new set of constructor overloads...

C++ Insights now uses Clang 20 -- Andreas Fertig

21 days ago

Time flies—C++ Insights just turned 7! To celebrate, I’ve upgraded the tool...

What’s New for C++ Developers in Visual Studio 2022 17.14 -- Sy Brand

23 days ago

Visual Studio 2022 version 17.14 is now generally available! This post summarizes...

C++26: Erroneous Behaviour -- Sandor Dargo

27 days ago

C++’s undefined behaviour impacts safety. Sandor Dargo explains how and why uninitialised...

Writing Senders -- Lucian Radu Teodorescu

29 days ago

Senders/receivers can be used to introduce concurrency. Lucian Radu Teodorescu describes how...