Posts

cemetery

C++ Core Guidelines: Lifetime Safety And Checking the Rules

/
The lifetime safety profile in the C++ core guidelines boils down to one issue: don't dereference a possible…
checklist 911840 1280

C++ Core Guidelines: Profiles

/
Informally, profiles are a subset of rules of the C++ core guidelines for specific concerns such as type…
support

C++ Core Guideline: The Guideline Support Library

/
The guidelines support library (GSL) is a small library for supporting the guidelines of the C++ core…