MinGW: Difference between revisions

351 bytes added ,  13 years ago
MinGW also does C.
m (Link to Windows.)
(MinGW also does C.)
Line 1:
{{stub}}{{implementation|C++}}
{{implementation|C++}}
 
[http://www.mingw.org/ MinGW] is a port of [[GCC]] to [[Windows]].
 
MinGW can compile C, C++, and some other languages. The compiled programs are <tt>.exe</tt> files; they can use the Microsoft C runtime <tt>MSVCRT.DLL</tt> and several other Microsoft libraries.
 
Microsoft includes the DLL libraries with Windows. MinGW provides the import libraries and the header files, like <windows.h> and <stdio.h>.
Anonymous user