Kc++, TP

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

IDE Equivalent

Windows: Advanced > Compile As

Linux: None

Mac OS X: None

Architectures

IA-32, IntelĀ® 64, IA-64 architectures

Syntax

Linux and Mac OS X:

-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