How to compile x64 code with Visual Studio in command line?
- by Paperflyer
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?