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

Latest posts

Last updated 16 days ago

Views as Data Members for Custom Iterators

17 days ago

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

How to join or concat ranges, C++26

about 2 months ago

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

Details of std::mdspan from C++23

2 months ago

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

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

3 months ago

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

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

4 months ago

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

8 More C++23 Examples

4 months ago

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

C++23 Language Features and Reference Cards

5 months ago

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

C++23 Language Features and Reference Cards

6 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

6 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

6 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

8 months ago

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

Boost File Scanning Speed: Query File Attributes on Windows 50x Faster

9 months ago

Imagine you’re developing a tool that needs to scan for file changes...