C++ Compiler (cl.exe)

The following table shows some of the common usages of the C++ compiler:

Option

Description

/CLR or /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.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.222.120.131