| Yes it is true, all major C compilers are now written in C++. You can find everything related to GCC's C++ transition here: https://gcc.gnu.org/wiki/gcc-in-cxx On Windows even the C runtime, MSVCRT.dll got re-written in C++ and the C functions are actually extern "C" ones. https://blogs.msdn.microsoft.com/vcblog/2014/06/10/the-great... So a kind of small victory for us on the C++ side of the fence on the endless C vs C++ discussions. Now the joke "my compiler compiles yours" has been reversed. |
I'm really considering learning C++ now... I'm just hugely put off by the long compile times :( (I have 10+ year old hardware)