Comment by levodelellis
16 days ago
I don't believe you, I measured compile times in c compilers and my own. If you provide more information I'd be more likely to believe you
16 days ago
I don't believe you, I measured compile times in c compilers and my own. If you provide more information I'd be more likely to believe you
On some compiler toolchains (IIRC MSVC was the main offender) you get a lot more code pulled into your source file when including a C stdlib header (like <stdio.h>) in C++ mode versus C mode. Basically a couple hundred lines in C mode versus thousands of lines in C++ mode.
That's fair. I'm unable to provide more information though so we'll have to disagree.