Quantcast
Channel: Intel® C++ Compiler
Viewing all articles
Browse latest Browse all 1616

E

$
0
0

Causes the preprocessor to send output to stdout.

Syntax

Linux OS and OS X:

-E

Windows OS:

/E

Arguments

None

Default

OFF

Preprocessed source files are output to the compiler.

Description

This option causes the preprocessor to send output to stdout. Compilation stops when the files have been preprocessed.

When you specify this option, the compiler's preprocessor expands your source module and writes the result to stdout. The preprocessed source contains #line directives, which the compiler uses to determine the source file and line number.

IDE Equivalent

None

Alternate Options

None

Example

To preprocess two source files and write them to stdout, enter the following command:

On Windows* systems:

icl /E prog1.cpp prog2.cpp

On Linux* systems:

icpc -E prog1.cpp prog2.cpp

On OS X* systems:

icl++ -E prog1.cpp prog2.cpp
icpc -E prog1.cpp prog2.cpp

Inglés

Viewing all articles
Browse latest Browse all 1616

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>