-3

So I'm trying to make a x64 program in windows, and I found out that I need VS2010 Pro to make my binaries x64. Now I don't know about everyone else here, but I'm not a student, and can't afford over $1,000 bucks. I am against pirating, so don't suggest that.

I need a IDE/Compiler combo that is easy to download and set up, and requires no building. So binaries only. Please help?

CyanPrime
  • 5,096
  • 12
  • 58
  • 79
  • 1
    see this link [vs2010 express and 64bits][1] [1]: http://stackoverflow.com/questions/1865069/compile-64-bit-app-with-vc-express-2010 – dan_l Oct 13 '11 at 20:29
  • This doesn't help. I need to know how to set the compiler to x64. This is for after I've done that, and wanting to convert a x86 program to x64. – CyanPrime Oct 13 '11 at 20:36

4 Answers4

4

You can use VS 2010 Express to target 64 bit if you install the Windows Software Development Kit:

http://msdn.microsoft.com/en-us/library/9yb4317s.aspx

TWA
  • 12,756
  • 13
  • 56
  • 92
1

Visual Studio 2012 Express for Desktop ships with 32 and 64 bit versions of the MS compiler.

David Heffernan
  • 601,492
  • 42
  • 1,072
  • 1,490
0

These are some good and free C++ IDE for your PC

  1. CodeBlock
  2. Eclipse
  3. Visial Studio Code
  4. VIM

should you want to download or know more details on them to know which one suites you, go>> https://www.thewindowsclub.com/best-free-c-ide-for-windows-10

bobby
  • 1
  • 1
0

Code::Blocks + mingw.

David Heffernan
  • 601,492
  • 42
  • 1,072
  • 1,490