Freeware program

Anything else
Post Reply
lugaruperson
Posts: 41
Joined: Fri Dec 09, 2005 5:45 pm

Freeware program

Post by lugaruperson » Fri Dec 09, 2005 6:01 pm

Anyone know a link for a freeware developer tool?? 8) (I'm new)

zip
lugaruguru
Posts: 1820
Joined: Mon Jan 26, 2004 12:39 pm
Location: USA, Missouri
Contact:

Post by zip » Fri Dec 09, 2005 6:32 pm

From an earlier post you made I'm guessing you use Windows, so try http://www.bloodshed.net/devcpp.html

If you are interested in an IDE for other languages try http://www.google.com

User avatar
rudel_ic
official Wolfire heckler
Posts: 2193
Joined: Sun Aug 28, 2005 11:19 pm
Location: Hamburg City
Contact:

Post by rudel_ic » Sat Dec 10, 2005 12:09 am

gcc.

Edit:
zip wrote:From an earlier post you made I'm guessing you use Windows
Yeah, right.. MinGW then.
Oh yeah. Cygwin would even be more comfortable.

POSIX for life ;)

toshiro
Posts: 102
Joined: Tue Aug 16, 2005 4:54 am

Post by toshiro » Sat Dec 10, 2005 12:08 pm

gcc is a development tool, too? Last I checked, it was a front end for languages like c, c++ and such.

And yes, devcpp is very nice.

zip
lugaruguru
Posts: 1820
Joined: Mon Jan 26, 2004 12:39 pm
Location: USA, Missouri
Contact:

Post by zip » Sat Dec 10, 2005 4:38 pm

toshiro wrote:gcc is a development tool, too? Last I checked, it was a front end for languages like c, c++ and such.
GCC is a compiler for C/C++, which makes it a development tool..

lugaruperson
Posts: 41
Joined: Fri Dec 09, 2005 5:45 pm

Post by lugaruperson » Sun Dec 11, 2005 10:47 am

Thanks!!! :)

toshiro
Posts: 102
Joined: Tue Aug 16, 2005 4:54 am

Post by toshiro » Sun Dec 11, 2005 1:08 pm

Hmm, I may have used a too limited definition of the word 'development tool'. IDE would have been more to the point. My bad.

Jeff
Evil Twin
Posts: 2892
Joined: Wed Nov 19, 2003 10:48 pm
Location: San Francisco, CA
Contact:

Post by Jeff » Sun Dec 11, 2005 3:57 pm

I highly recommend Eclipse. It is by far the best free IDE. Check it out: http://eclipse.org/

lugaruperson
Posts: 41
Joined: Fri Dec 09, 2005 5:45 pm

Post by lugaruperson » Sun Dec 11, 2005 6:28 pm

toshiro wrote:Hmm, I may have used a too limited definition of the word 'development tool'. IDE would have been more to the point. My bad.
sorry, I meant IDE

User avatar
rudel_ic
official Wolfire heckler
Posts: 2193
Joined: Sun Aug 28, 2005 11:19 pm
Location: Hamburg City
Contact:

Post by rudel_ic » Sun Dec 11, 2005 6:53 pm

Jeff wrote:I highly recommend Eclipse. It is by far the best free IDE. Check it out: http://eclipse.org/
Eclipse rocks. But it's more suitable for Java development, though there's a plugin for C dev. I haven't tried it yet, is it good?

Jeff
Evil Twin
Posts: 2892
Joined: Wed Nov 19, 2003 10:48 pm
Location: San Francisco, CA
Contact:

Post by Jeff » Mon Dec 12, 2005 5:13 am

I just use it for Java, but I am sure the C/C++ plugins are mature enough so that there is no noticable difference.

Post Reply