CodeBlocks如何开启支持C11
codeblocks吧
全部回复
仅看楼主
level 1
居然有人盗号
楼主
如何开启C11啊
我在点了have g++ follow the c11但是运行
#include<stdio.h>
int main(void)
{
#if defiend_STDC_LIB_EXTI_
printf("difined");
#else
printf("not difined");
#endif // defiend_STDC_LIB_EXTI_
return 0;
}
还是not difined
2015年12月12日 10点12分
1
1