Posts

sports 1777806 1280

C++ Core Guidelines: When RAII breaks

/
Before I write about the very popular RAII idiom in C++, I want to present you with a trick, which is…
antique hand knowledge 207681

More Rules about the Regular Expression Library

/
There is more to write about the usage of regular expressions than I wrote in my last post The Regular…
concept 18290 1280

The Regular Expression Library

/
My original plan was to write about the rules of the C++ Core Guidelines for the regex and chrono library,…