Serious topic. No mention of C89 as it is objectively inferior to C99.
Name:
Anonymous2014-01-18 8:51
C11 is pointless, the amazing new features like static assertions barely work and aren't worth the effort. "const int example = 5; _Static_assert(example == 5); // HURR COMPILE ERROR EXAMPLE IS NOT A CONSTANT EXPRESSION?????"