C++ Core Guidelines: Function Definitions
/
0 Comments
Functions are the "fundamental building block of programs." and "the most critical part in most…
C++ Core Guideline: The Guideline Support Library
The guidelines support library (GSL) is a small library for supporting the guidelines of the C++ core…
My Book “Concurrency with Modern C++” is 75% complete
Concurrency with Modern C++ is a journey through current and upcoming concurrency in C++. This early…
C++ Core Guidelines: Interfaces II
Interfaces are a contract between a service provider and a service consumer. The C++ Core Guidelines…
C++ Core Guidelines: Interfaces I
Interfaces are a contract between a service provider and a service consumer. The C++ Core Guidelines…
My Book “Concurrency with Modern C++” is 50% complete
Concurrency with Modern C++ is a journey through current and upcoming concurrency in C++. It includes…