Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 Windows 上的 Eclipse (CDT) 中使用Intel C++编译器 ( )?icc如何?
Intel C++
icc
对于我在这个论坛上可以读到的内容, “目前在 Windows 环境中没有为英特尔 C++ 编译器提供这样的集成”。
或者,还有 MinGW,一个用于开发 Microsoft 应用程序的免费工具,它可以访问 Microsoft C 运行时的功能。
请参阅此处如何使用 Eclipse CDT 进行设置。
您也可以在此处下载 MinGW 。