Intel® C++ Compiler 16.0 User and Reference Guide
Tells the compiler to process all source or unrecognized file types as C++ source files. This is a deprecated option. The replacement option for Kc++ is -x c++; the replacement option for /TP is /Tp<file>.
Linux and OS X: | -Kc++ |
Windows: | /TP |
None
OFF |
The compiler uses default rules for determining whether a file is a C++ source file. |
This option tells the compiler to process all source or unrecognized file types as C++ source files.
Visual Studio: Advanced > Compile As
Eclipse: None
Xcode: None
Linux and OS X: -x c++
Windows: /Tp