Default Output Files

A default invocation of the compiler requires only a C or C++ file name argument, such as:

icpc x.cpp

You can compile more than one input file:

icpc x.cpp y.cpp z.cpp

This command does the following:


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.