
C++ Core Guidelines: Type Safety by Design
/
0 Comments
What does that mean: type safety by design. Type safety by design just means that you always initialize…

C++ Core Guidelines: Type Safety
The C++ core guidelines support three profiles: type safety, bounds safety, and lifetime safety. Thanks…

C++ Core Guidelines: Profiles
Informally, profiles are a subset of rules of the C++ core guidelines for specific concerns such as type…

More Myths of My Blog Readers
Today, I conclude my story to your myths about C++. These myths are around function parameters, the initialisation…

Which pdf bundle should I provide? Make your choice!
Now, it's time to choose the next pdf bundle? You will get all posts, all source files, and a cmake file…

Myths of My Blog Readers
I was inquisitive about your C++ myths. In particular, my German readers were quite active. I got a few…

C++ Core Guidelines: More Non-Rules and Myths
Demystifying non-rules and myths in C++ is a laborious but essential job. The goal is simple: use the…

C++ Core Guidelines: Non-Rules and Myths
Of course, you already know many non-rules and myths about C++. Non-rules and myths which we have to…

C++ Core Guidelines: Supporting Sections
Let's recapitulate. I have written about 100 posts on the C++ Core Guidelines in the last two years.…

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…

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…

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