Tuesday, July 14, 2009

Need help finding C compiler for windows?

Does anyone know a free C compiler for windows that doesn't need some nix environment? It would be great if you could give me link and explain what to do so I don't get lost :)

Need help finding C compiler for windows?
I use Dev C++ for work. It's great for the x86 platforms.





http://www.bloodshed.net/devcpp.html
Reply:try turbo (http://www.acms.arizona.edu/education/op...


or better google for borland...
Reply:There's two major standards compliant compilers out there (for Windows). The first is Microsoft's own compiler, which is Visual C++. It costs quite a bit of money, but you can get a scaled down version for free.





http://msdn.microsoft.com/vstudio/expres...





The other is MinGW. MinGW is nothing but a windows port of GCC, and GCC is the compiler of choice for Linux and other *NIX related systems.





http://mingw.org/


http://prdownloads.sf.net/mingw/MinGW-5....
Reply:Try this link:


http://www.thefreecountry.com/compilers/...





Loads of them out there. And of course GCC.


No comments:

Post a Comment