I intent to write simple programs in c/c++ that would be run in console. I will be writing code in Notepad++ so I do not need an IDE. What I need is a compiler that will produce a standalone EXE file that would run on any 2000/XP/Vista/7 system without need for installing VC9/cygwin/MinGW/.Net or other additional libraries.
As far as I understand GCC runs on windows through cygwin, so any app produced by it also needs cygwin1.dll in its presence to run, right ?