Teen Programmers Unite  
 

  Question: Where can I get a free C/C++ compiler for Windows? [Suggest Answer]

Psion: Cygwin: http://sources.redhat.com/cygwin/
This port of standard UNIX tools to Win32 includes the GCC C and C++ compiler.

Borland: http://www.borland.com/bcppbuilder/freecompiler/
Borland has released a free limited version of its C++ compiler.

LCC: http://www.cs.virginia.edu/~lcc-win32/
Another alternative created from scratch for Windows

You can also use the following to compile DOS programs:
DJGPP: http://www.delorie.com/djgpp/


buzgub: Mingw: http://www.mingw.org/
A port of gcc to use native windows libraries.


CViper: DevCpp: http://www.bloodshed.net/devcpp.html
Although internally using a mingw/gcc compiler, it features a complete IDE


vikram_1982: http://www.digitalmars.com/

Along with free compilers, this site has a lot of stuff for all us geeks out there.


vladimir_l: MetroWerks : http://www.metrowerks.com , Mac , Unix , Windows , BeOS ...



 
Copyright TPU 2002. See the Credits and About TPU for more information.