Is There A Free complier

Started by
9 comments, last by SG_voc 20 years, 8 months ago
is there a free complier out there tht has good features
Advertisement
If it''s a C++ compiler your looking for. Dev C++


There''s no town drunk here, we all take turns.
Velocity Gaming Force
Dev-C++ is not a compiler. GCC is a compiler (compiler system to be pedantic). MinGW and Cygwin are Windows ports of GCC. These are all free.

[twitter]warrenm[/twitter]

And Dev-C++ is an IDE for MinGW that includes MinGW in it.
-~-The Cow of Darkness-~-
http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=free+compiler&btnG=Google+Search
ZealousElixer,
Since you are being so picky, Isnt Cygwin actually a unix environment for windows, which happens to come with a compiler...
Find someone who happens to be a college student and they can get you Visual Studio for $10 from the school bookstore.

---------------------------Hello, and Welcome to some arbitrary temporal location in the space-time continuum.

Here be dragons -er, compilers.*

Etnu, what is the legality of such an arrangement?

*Apologies to both Fermi and Aho.

[edited by - flangazor on August 12, 2003 6:46:44 AM]
Thnx guys
quote:Original post by Anonymous Poster
ZealousElixer,
Since you are being so picky, Isnt Cygwin actually a unix environment for windows, which happens to come with a compiler...


You are, of course, correct. Sorry for the error.

(Though to be extremely picky, Cygwin is self-purported to be more Linux-like than [generic] Unix-like.)

[twitter]warrenm[/twitter]

This topic is closed to new replies.

Advertisement