How to compile x64 code with Visual Studio in command line?
Posted
by Paperflyer
on Stack Overflow
See other posts from Stack Overflow
or by Paperflyer
Published on 2010-03-30T19:41:20Z
Indexed on
2010/03/30
19:43 UTC
Read the original article
Hit count: 355
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 same thing in 64 Bit. What should I do?
© Stack Overflow or respective owner