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

Does the Intel C++ compiler run stand alone?

Rich_P
Beginner
485 Views

Does the Intel compiler run stand alone or do I need to have Visual C++ or something else also installed to build a command line application?

Thanks,

Rich

0 Kudos
2 Replies
pbkenned1
Employee
485 Views

For the 15.0 compiler:

To use command-line tools only to build IA-32 architecture applications, one of:

o Microsoft Visual C++ Express 2013 for Windows Desktop*

o Microsoft Visual C++ Express 2012 for Windows Desktop*

o Microsoft Visual C++ 2010* Express Edition

To use command-line tools only to build Intel® 64 architecture applications, one of:

o Microsoft Visual C++ Express 2013 for Windows Desktop*

o Microsoft Visual C++ Express 2012 for Windows Desktop*

o Microsoft Windows* Software Development Kit for Windows 8*

Patrick

0 Kudos
Rich_P
Beginner
485 Views

Thanks for the quick and informative reply.

Rich

0 Kudos
Reply