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.