Executable Files

By default, the compiler generates one executable file for each compiler invocation. If you specify /C+, the compiler generates only object files, which you can then link separately to create an executable file.

There are two types of executable files:



Compiler Output
Subsystems


Choose Run-Time Libraries


Summary of Compiler Options