Best way to setup a Windows build environment for C/C++
问题 Basically I want to compile C/C++ using the GCC on Windows. The two competing platforms, as i see it, are MinGW and Cygwin. Each have their own benifits and limitations. MinGW compiles for Windows, whereas Cygwin needs the cygwin .dll. However installing libraries on MinGW is difficult, whereas on cygwin it's easier, using the setup.exe as a 'package manager'. My question is what's the best way to compile on Windows. Would it be better to use MinGW and struggle with libraries (in which case