Entries by Rainer Grimm

C++ Core Guidelines: Supporting Sections

Let’s recapitulate. I have written about 100 posts on the C++ Core Guidelines in the last two years. Why? The document answers:  “This document is a set of guidelines for using C++ well. this document aims to help people to use modern C++ effectively.”. But my story does not end here. The guidelines have a […]

The Regular Expression Library

My original plan was to write about the rules of the C++ Core Guidelines for the regex and chrono library, but besides the subsection title, no content is available. I already wrote a few posts about time functionality. So I’m done. Today, I fill the gap and write about the regex library.