Question:
Need help finding C compiler for windows?
anonymous
2007-01-15 11:08:43 UTC
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 :)
Four answers:
Sean D
2007-01-15 11:18:44 UTC
I use Dev C++ for work. It's great for the x86 platforms.



http://www.bloodshed.net/devcpp.html
csanon
2007-01-16 00:12:02 UTC
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/express/visualc/



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.0.3.exe?download
Rick P
2007-01-15 19:32:12 UTC
Try this link:

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



Loads of them out there. And of course GCC.
Sandeep K
2007-01-15 19:17:22 UTC
try turbo (http://www.acms.arizona.edu/education/opti_583x/sample_code/turboC.exe)

or better google for borland...


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Continue reading on narkive:
Loading...