How universally is the C99 standard supported in today\'s compilers? I understand that not even GCC fully supports it. Is this right?
Which features of C99 are suppo
Clang (the LLVM based C and C++ compiler) has pretty good C99 support. I think the only thing it does not support are the floating point pragmas.