如何设置才能使得 Intel C++ Compiler 支持 C99标准
1.Project > Properties > General > Intel SpecificUse 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]