Can I get the Gnu C++ Compiler (G++) for Win32?

Noriaki

Lifer
Jun 3, 2000
13,640
1
71
I want to compile some little C++ programs on my Win32 box at home....

And I'd like to use G++ since I'm familiar with it from the Unix boxes at school.

Anyone know where I can get it?

Or even GCC I could use C to.
 

manly

Lifer
Jan 25, 2000
13,345
4,102
136
I'm pretty sure you want Cygwin. The only drawback is that your apps are linked to a Cygwin dll.

However, there is something called MinGW that solves this issue.