Need a free IDE/compiler combo for 64 bit windows C++ [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this questionSo 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开发者_StackOverflow 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?
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
Visual Studio 2012 Express for Desktop ships with 32 and 64 bit versions of the MS compiler.
Code::Blocks + mingw.
These are some good and free C++ IDE for your PC
- CodeBlock
- Eclipse
- Visial Studio Code
- 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
精彩评论