Kc++, TP

Tells the compiler to process all source or unrecognized file types as C++ source files.

IDE Equivalent

Windows: C/C++ > Advanced > Compile As

Linux: None

Mac OS: None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux and Mac OS: -Kc++
Windows:    /TP

Arguments

None

Default

OFF      The compiler uses default rules for determining whether a file is a C++ source file.

Description

This option tells the compiler to process all source or unrecognized file types as C++ source files.

Alternate Options

None