gpt4 book ai didi

c++ - Visual C++ 不一致代码的示例?

转载 作者:可可西里 更新时间:2023-11-01 18:27:39 24 4
gpt4 key购买 nike

有哪些使用 Visual C++ 时不符合标准的代码示例?允许在 visual C++ 下编译的东西,但没有别的东西。

最佳答案

您可以找到所有 Microsoft 语言扩展 here ;您可能还想看看 areas of the language其中 VC++ 不符合标准。

我认为是标准的(我在启用 /Za 开关时注意到它)是“神奇的左值转换”:

char *p;
(( int * ) p )++;

关于c++ - Visual C++ 不一致代码的示例?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4845907/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com