Compilers for C++
Appearance
Cfront
The first compiler was Cfront created by Bjarne Stroustrup in 1983.
Cfront converted C++ code into C, but the resulting output was not easily readable or understandable by humans.
- The generated C code was then converted by the C compiler to the machine code.
Later, new C++ compilers were created. These compilers converted C++ directly to the machine code.