PDA

View Full Version : C compiler



Cartmann
02-10-2010, 12:54 PM
Hello, I'm looking for a FREE C compiler

/Thanks

Zyt3x
02-10-2010, 01:00 PM
http://www.google.com/search?hl=en&source=hp&q=free+c+compiler+for+windows&btnG=Google+Search&aq=4
Windows^

If you are running Ubuntu then it's really easy to find one by yourself

Wizzup?
02-10-2010, 03:35 PM
GCC/MinGW...

Zyt3x
02-10-2010, 05:33 PM
Found some here: http://www.cprogramming.com/compilers.html

Wizzup?
02-12-2010, 12:15 AM
GCC/MinGW...

http://www.mingw.org/

http://www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_Suite

I guess you could try Code::Blocks (an Editor) as well. I think it actually comes with MinGW by default.

Zyt3x
02-12-2010, 07:29 AM
I guess you could try Code::Blocks (an Editor) as well. I think it actually comes with MinGW by default.http://www.codeblocks.org/downloads/5
The ones with MinGW in it's name has MinGW installed, just in case you don't want to install MinGW by hand :)

Wizzup?
02-12-2010, 02:37 PM
And it is surely the most Free (as in Freedom) compiler you will find.

Cartmann
02-12-2010, 03:18 PM
Thank you for all of your answers :)