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: