2 private links
Contents1 What is modern?2 Beyond new features2.1 RAII2.2 Strong typing2.3 Compile-time programming3 Conclusion The term “Modern C++” is often used interchangeably with “Code using the new C++ standard”. Here, “new” […]
A technical and root cause analysis of CISA's Known Exploited Vulnerabilities from 2023.
An alternative to the official manual.
An intriguing new entrant to the field.
Complements my own thoughts on the matter.
A fast, friendly, functional language
But, all in all, we are likely looking at 50 million+ lines of code active to open a garage door, running several operating system images on multiple servers.
pkpy is a lightweight(~ 15K LOC) Python interpreter for game scripting, built on C++ 17 with STL.
CPP-Terminal is a small and dependency-free C++ library for writing platform independent terminal-based applications. It follows the "Zero-overhead principle" and limits externally included files to the C++ STL.
One of the established and most popular programming languages is the C programming language. It is relatively easy to learn, and highly practical. Maybe surprisingly, the C programming language keeps evolving, slowly and carefully. If you have GCC 13 or LLVM (Clang) 16, you already have a compiler with some of the features from the … Continue reading C23: a slightly better C