How to compile x64 code with Visual Studio in command line?

后端 未结 7 1220
不知归路
不知归路 2020-12-13 18:50

I want to compile a simple hello-world-style program using the Windows command line.

cl file_name.c

is easy enough. Now I want to do the sa

7条回答
  •  别那么骄傲
    2020-12-13 19:28

    As others have mentioned the answer depends on whether you are using a native x64 compiler or the cross compiler. This webpage should help you http://msdn.microsoft.com/en-us/library/x4d2c09s.aspx

提交回复
热议问题