Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Where is the icc?

Carsten_P_
Beginner
333 Views

Hello,

I am trying to build an open source software module with the intel compilers. I installed Visual Studio 2010 and Intel Composer XE 2013 +  Intel Fortran compiler. Now icl and ifort work fine but I can't find the icc C compiler? What did I miss? Do I need an additional package for plain C code?

0 Kudos
1 Reply
Melanie_B_Intel
Employee
333 Views

On Windows, there is only the icl executable (similar to Microsoft's cl.exe which compiles both .c and .cpp files)

0 Kudos
Reply