tags:

views:

128

answers:

3

please tell me a link for downloading the GCC compiler for C++. I m using windows vista as OS

+2  A: 

mingw

From the site:

MinGW, a contraction of "Minimalist GNU for Windows", is a port of the GNU Compiler Collection (GCC), and GNU Binutils, for use in the development of native Microsoft Windows applications.

Karl Voigtland
+1  A: 

And don't forget cygwin: http://cygwin.com/

Faisal Vali
+2  A: 

for the beginner, I would suggest DevCPP.

It comes bundled with the mingw compiler.

Here Be Wolves