I just recently started learning C++ - I am using nuwen\'s version of MingW on Windows, using NetBeans as an IDE (I have also MSDN AA Version of MSVC 2008, though I don\'t u
If you need small executables, Tiny C will compile a 1536 bytes executable for a printf("Hello world!") TinyC is only C, not C++ and is known to compile faster and give slower executables than gcc.
EDITED: I have just tried a cout<"Hello World!" in DevC++ (bundles Mingw 4.8 and an Ide) and i got a 4,5 MB executable!!