Posts
2026
The expression “by value” reflects one of the defining features of C++: value semantics, especially value isolation. This feature shapes how we organize programs.
2025
It is relatively easy to get your
for-loops wrong. Luckily, C++ offers more and more bug-proof alternatives. Andrzej’s C++ blog has moved to this location and changed the name to the C++ way.