Linked by Thom Holwerda on Wed 23rd Dec 2009 23:49 UTC, submitted by diegocg
Thread beginning with comment 400882
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: mingw/cygwin ... 2010 and beyond?
by moondevil on Thu 24th Dec 2009 12:13
in reply to "RE[2]: mingw/cygwin ... 2010 and beyond?"
RE[4]: mingw/cygwin ... 2010 and beyond?
by computeruser on Thu 24th Dec 2009 15:50
in reply to "RE[3]: mingw/cygwin ... 2010 and beyond?"





Member since:
2009-07-21
MinGW provides an alternate compiler to Microsoft's own for compiling Win32 applications. This makes it possible to compile programs that rely on non-standard GCC extensions, for example, but MinGW doesn't provide any APIs other than Win32. Also, Microsoft seems to focus on C++ more than C, so those wanting to use C99 have to use a compiler other than Microsoft's - and GCC/MinGW happens to support C99.
Subsystem for UNIX-based applications also includes GCC.