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

cppstories.com

C++ Stories

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

Follow now 69 followers

Latest posts

Last updated about 1 month ago

How to Split Ranges in C++23 and C++26

about 1 month ago

In this blog post, we’ll continue looking at ranges and this time...

Views as Data Members for Custom Iterators

2 months ago

In this blog post, we’ll write an iterator that works with a...

How to join or concat ranges, C++26

3 months ago

Modern C++ continuously improves its range library to provide more expressive, flexible...

Details of std::mdspan from C++23

4 months ago

In this article, we’ll see details of std::mdspan, a new view type...

Adjacency Matrix and std::mdspan, C++23

4 months ago

In graph theory, an adjacency matrix is a square matrix used to...

Improving Code Safety in C++26: Managers and Dangling References

5 months ago

In this blog post, we’ll explore ways to improve the safety of...

8 More C++23 Examples

6 months ago

In this article, you’ll see eight larger examples that illustrate the changes...

C++23 Language Features and Reference Cards

7 months ago

C++23 Library Features and Reference Cards   In this blog post, you’ll see...

C++23 Language Features and Reference Cards

7 months ago

C++23 Language Features   In this blog post, you’ll see all C++23 language...

Around the World in C++: Exploring Time Zones with std::chrono

7 months ago

While most time zones use simple hour offsets from UTC, some regions...

What is the current time around the world? Utilizing std::chrono with time zones in C++23

8 months ago

In this blog post, we will explore handling dates using std::chrono, including...

Practical C++17: Loop Unrolling with Lambdas and Fold Expressions

9 months ago

In this blog post, we’ll delve into the unroll<N>() template function for...