Our great sponsors
-
But I think these particular examples walk right into the original article's point. Especially chess engines. Chess engines are better today because they still use close-to-the-metal languages and put a priority on benchmarking and optimization.
-
libCat
🐈⬛ A runtime for C++23 w/out libC or POSIX. Smaller binaries, only arena allocators, SIMD, stronger type safety than STL, and value-based errors!
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
That's cheating. I generally keep myself to at most one side effect per line. See my code.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- Why Janet?
- std::initializer_list in C++ 1/2 - Internals and Use Cases
- C++ is essentially unusable without incurring undefined behavior because of it's failure to handle type punning.
- CamelCase for C++?
- Competitive programmer using c++, but absolutely ignorant of other things the language can do here. What else can c++ do?