安装了Intel 8 C++ compiler之后, VC6.0旧貌换新颜,再集成assist x 10,真是比vs.net用着还舒服。代码查找的功能不逊于sourcesight 3.5,自动补全代码和文本格式化的功能也能跟slickedit 9相媲美。
关于 VC6中集成intel 8 C++ compiler 的文章,请参考 周星星的《windows下最好的C++ IDE》。
当集成了Intel 8 C++ compiler之后, *.dsp文件中会有以下的改变:(如果你导出Makefile,会在*.mak文件中看到同样的东东)
CPP=xicl6.exe
RSC=rc.exe
BSC32=bscmake.exe
LINK32=xilink6.exe
....
cpp编译器被替换成了xicl6.exe, 而链接器被替换成了xilink6.exe。
为什么是xicl6、xilink6而不是xicl8、xilink8,不是Intel 8 C++ compiler么?这点我还真的不知道呢。:p