Explore >> Select a destination


You are here

herbsutter.com
| | accu.org
4.2 parsecs away

Travel
| | What is C++ and why do people still use it? Bjarne Stroustrup provides a short note answering these questions.
| | aradaelli.com
6.5 parsecs away

Travel
| | [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
5.0 parsecs away

Travel
| | Basic techniques and tools for ensuring correctness: compiler warnings (gcc/clang/MSVC), assertions (assert/static_assert) and testing (with some doctest examples).
| | bernsteinbear.com
32.2 parsecs away

Travel
| 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.