相关疑难解决方法(0)

当前gcc的默认C模式是什么(特别是在Ubuntu上)?

当我要求查看cc的当前版本时,我得到了这个.

$ cc --version
cc (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ 
Run Code Online (Sandbox Code Playgroud)

我想知道的是使用c89,c90,c99或c11中的哪一个.

c ubuntu gcc c99 c11

51
推荐指数
3
解决办法
3万
查看次数

标签 统计

c ×1

c11 ×1

c99 ×1

gcc ×1

ubuntu ×1