13

The tons of undefined behaviour in C that ought to have been implementation defined instead, and increasingly sadistic compiler writers on the other side.

Like signed integer overflow that should just do what the underlying machine does, i.e. in practice, wrap around two's complement.

But the wierdest UB is when a C source code line has a non-matching ' or ". WTF, this should have been a compile time error!

Comments
Add Comment