I was just wondering if anyone could help me get a good compiler for C. Im taking a intro to c class and my compiler is not the greatest. The key word is i need a good free one. If anyone know of some good ones please let me know thanks.

Recommended Answers

All 4 Replies

Yeah check out GNU's gcc or do you mean a C IDE

right now i have pelles C IDE and it sucks it was the one that my school gave me

How about Eclipse?

russy123,

GCC is a free, open source, high quality, compiler. You can get it with cygwin.

Microsoft makes a C compiler that comes with Visual Studio, which is Microsoft's integrated development environment. You can download the "Express" edition of Visual C++ to give it a try.

Also, Intel makes a good compiler.

Download open source MinGW: http://www.mingw.org/. I think you can't get much better than that.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.