You could try MinGW which you can get at http://www.mingw.org/. I'm not sure how to confidure your IDE to use MinGW though as I have no experience with Eclipse and very little with MinGW. I know it is a very solid compiler as it is simply a port of all the standard Linux tools such as GCC and G++, which are excellent.
MingW.
Once installed, you should go into the mingw's bin directory and copy mingw-make and make a copy of it called "make.exe". This will allow eclipse to work with no configuration :)
Go to this site, the author of this website have an MINGW IDE that combined everything from editor, compiler, and most of the library installed. Just click and install. Very beautiful.