Wanted to learn a little C++ and have no clue how to download MinGW

BigToque

Lifer
Oct 10, 1999
11,700
0
76
I'm looking at the MinGW download page and I'd like to know if I'm supposed to download each of the files listed under "Current"?

At the top of the page is this:

However, in mid-2001 the team began publishing a single-archive "MinGW distribution"... bundling the latest versions of key individual packages available at the time of release.

So WTF is the single file "Distribution"? I can't find it on mingw.org or SourceForge.

Am I blind?
 

Aikouka

Lifer
Nov 27, 2001
30,383
912
126
Or you could get Bloodshed Dev-C++ which I think uses the MinGW library.
 

A5

Diamond Member
Jun 9, 2000
4,902
5
81
Dev-C++ is good, until you want to write threaded programs (MinGW doesn't have the libraries to support it). Once you get to that, you can use Cygwin or VC++ Express Edition. If you want to learn to write programs for Windows, you might just want to start with VC++, it's free and won't limit what you do for a long time.
 

CTho9305

Elite Member
Jul 26, 2000
9,214
1
81
I'd definitely recommend using Visual C++ Express Edition. Having a real debugger, rather than an archaic torture tool that happens to sort of kind of work as a debugger (gdb), will help you a LOT.