How universally is C99 supported?

后端 未结 7 1675
暖寄归人
暖寄归人 2020-12-13 09:08

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

7条回答
  •  粉色の甜心
    2020-12-13 09:23

    Look at C99 suport status for GNU for details on which features are supported currently.

    Sun Studio is purported to support the entire C99 spec. I have never used them, so I can't confirm.

    I don't believe the microsoft compiler supports the C99 spec in its entirety. They are much more focused on C++ at the moment

提交回复
热议问题