|
You are here |
herbsutter.com | ||
| | | | |
accu.org
|
|
| | | | | What is C++ and why do people still use it? Bjarne Stroustrup provides a short note answering these questions. | |
| | | | |
aradaelli.com
|
|
| | | | | [AI summary] The author discusses their experience with the programming language D, highlighting its features, advantages over C/C++, and reasons for preferring it despite its niche status. | |
| | | | |
hackingcpp.com
|
|
| | | | | Basic techniques and tools for ensuring correctness: compiler warnings (gcc/clang/MSVC), assertions (assert/static_assert) and testing (with some doctest examples). | |
| | | | |
bernsteinbear.com
|
|
| | | I have a lot of thoughts about the design of compiler intermediate representations (IRs). In this post I'm going to try and communicate some of those ideas and why I think they are important. | ||