The following table shows some of the common usages of the C++ compiler:
Option
Description
/CLR or /COM+
/CLR
/COM+
This option flags the compiler to compile .NET-runtime managed code.
/entry:methodname
Normally, for C++ managed code, this setting should point to the main entry-point function.
/link
This option combines the compile and link steps.
/out:filename
This option allows for the output filename.
18.222.120.131