PDA

View Full Version : Here is a Free C++ and C compiler


MgCl2
03-05-2006, 11:11 AM
Whilst searching the innternet i stubled upon this rather nice C++ and C compiler. It also has a tutorial on the basics of C and C++.

http://www.bloodshed.net/dev/devcpp.html

Anyone into programing could find this useful.

seans
03-05-2006, 03:30 PM
It's not a new compiler it's a freeware C/C++ IDE of sorts for GCC the defacto FOSS C complier. What perks my intrest is the makefile creator, God do I hate writing those buy hand even with maketools.

*downloads for a quick spin

Eclipse I bet is better still (and free)

MgCl2
03-06-2006, 12:41 PM
Well...er...I seem to have called it the wrong thing...but its good anyway...right?

MgCl2
03-06-2006, 12:46 PM
Well at least i gave a rough idea of what it was... Something that does stuff with C.

seans
03-06-2006, 03:28 PM
I've not had the chance to really play with it however my first impression is why? Eclipse already provides this ( http://www.eclipse.org/cdt/ ), is free (as in speech, not beer) and has a HUGE community that is constantly building new stuff. What I really like about Eclipse is that in one IDE you can do just about anything you need to do.