The IntelĀ® C++ Compiler recognizes input files with the extensions listed in the following table:
|
File Name |
Interpretation |
Action |
|---|---|---|
|
file.c |
C source file |
Passed to compiler |
|
file.C |
C++ source file |
Passed to compiler |
|
file.a |
Library file |
Passed to linker |
|
file.i |
Preprocessed file |
Passed to stdout |
|
file.o |
Object file |
Passed to linker |
|
file.s |
Assembly file |
Passed to assembler |