kkkttt 发表于 2015-10-27 08:01

如何设置才能使得 Intel C++ Compiler 支持 C99标准

1.Project > Properties > General > Intel Specific
Use the drop-down menu associated with Compiler and Environment Settings to choose IntelC++ Compiler (icl.exe).

2.Project > Properties > C/C++ > Language > Intel Specific
Use the drop-down menu associated with Enalbe C99 Supportto choose Yes.
或者

2.   Project > Properties > C/C++ > Command Line > Additional Options
   add
    /Qstd=c99

页: [1]
查看完整版本: 如何设置才能使得 Intel C++ Compiler 支持 C99标准