• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

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

Noriaki

Lifer
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.
 
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.
 
Back
Top