欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
MinGW
来自开放百科 - 灰狐
您可以在Wikipedia上了解到此条目的英文信息 MinGW Thanks, Wikipedia. |
MinGW - Minimalist GNU for Windows
目录 |
简介
MinGW: import libraries and header files for use with GCC to build native Windows applications; now with added extensions to the MSVC runtime to support C99 functionality.
新闻
功能
自http://www.mingw.org/rss.xml加载RSS失败或RSS源被墙
指南
你可下载 http://switch.dl.sourceforge.net/sourceforge/mingw/MinGW-5.1.3.exe
运行它,它会指导你下载并安装相关组件,完全安装大约需要 146.6M的空间。
touch hello.c #include <stdio.h> int main(void) { printf ("hello world\n"); return 0; } gcc -o hello hello.c // 将创建 hello.exe 文件
项目
图集
链接
分享您的观点