Compiler For Windows

I need a Compiler for Windows, not a command line compiler... Thanx

#54166

you could try Dev C++

www.bloodshed.net

#54168

I dont understand?

Using a command line compiler is easy. Its simply something like:

gcc foo.c -o foo.o

You can run GCC through Cygwin if you want, GCC is the best free compiler out there.

But Borland has a free C++ Compiler, you can check that out.

#54172

you could also try eclipse installing one of the C/C++ plugins. These platform is great and free!!!

-frenzyfloyd

#54300

if you want a really good compiler get FCF. I used to use Bloodsheds compiler but it didn't work as well.

#54548