Reading List
- C++20 Concepts: The Definitive Guide
Rajat Jain
•
22 Aug 2021
This tutorial introduces C++20 concepts as a way to type-constrain templates, provide saner overload resolution, and throw better error messages.
- One does not simply calculate the absolute value
Тагир Валеев
•
22 Aug 2021
It seems that the problem of calculating the absolute value of a number is completely trivial. If the number is negative, change the sign. Otherwise, just leave it as it is. In Java, it may look...
- Why I recommend CGI instead of web frameworks
William Hales
•
26 Jun 2021
A comment about CGI in general: it's absolutely beautiful.