From Source to Binaries: The journey of a C++ program
A better way of understanding compiler design

If you couldn’t already tell, I love Bjarne, and by extension, I love C++. In this article, I go over how C++ compiles a program to binaries, and why I love C++. This is partially to understand how C++ works. Documentation helps me understand.
There are only two kinds of languages: the ones people…