GCC 7.3 for Windows
  GCC 6.1x Compilers
下载地址1:
Mingw gcc 6.30下载 这个是某微软员工编译的版本
MinGW is a port of GCC to Windows. It is free of charge and simple to use (well, as simple as toolchains ever get). It produces standalone Windows executables which may be distributed in any manner. MinGW's official website mingw-w64.sourceforge.net provides various builds, but I maintain my own distro because I demand complete control. (It's a long story, but mingw-w64 forked from mingw.org. Although my distro was based on mingw.org for many years, I now consider mingw-w64 to be the one true MinGW.)
Contents
The components of this distro fall into four categories:
- Essentials: The components of MinGW itself. They are required in order to run GCC.
- Libraries: Useful C and C++ libraries.
- Utilities: Programs used by programmers.
- Utilities (Binary): More programs used by programmers. Unlike everything else, I obtained these executables from their official websites instead of building them myself.
* With jpegtran.
** With pcregrep.
*** Only sort, uniq, and wc.
下载地址二:
TDM-GCC 这个我就不多说了,你懂的!工欲善其事必先利其器!!!!!!!!
2015 · June 28th 包括x64 和 x86版本
TDM-GCC is pleased to present new toolchains based on GCC 5.1.0, as well as updated GDB packages for 32-bit and 64-bit native Windows.
This TDM-GCC release incorporates a few more local patches from the MinGW-w64 project's MinGW-Builds releases. Also, a 32-bit GDB is now available, and both 32-bit and 64-bit GDB automatically load GCC's libstdc++ "pretty printers", if available, to provide more readable debugging output for libstdc++ objects. See the README files included in the core and gdb packages for details on all local patches.
- TDM-GCC is a compiler suite for Windows.
- It combines the most recent stable release of the GCC toolset, a few patches for Windows-friendliness, and the free and open-source MinGW or MinGW-w64 runtime APIs to create an open-source alternative to Microsoft's compiler and platform SDK.
- It can create 32-bit OR 64-bit binaries, for any version of Windows since Windows 98.
- It has an easy-to-use single-file installer that creates a working installation with just a few clicks, and can update that installation when new packages become available.
- It consists of command-line tools only. If you want a visual IDE (text editor, compiler interface, visual debugger),Code::Blocks integrates well with TDM-GCC.
- TDM-GCC is a redistribution of components that are freely available elsewhere; as such, support for using TDM-GCC should generally be sought on the basis of the individual components in their respective forums. See the documentation for more details.
下载地址三:
MinGW-w64 - for 32 and 64 bit Windows
包含各种版本的GCC编译器,尤其是包含最新的GCC5.2x版本。。。还有GCC6.0 ...
下载地址四:
Dev-C++:
以为Dev-C++挂了,没想到还活着
GCC 7.3 for Windows的更多相关文章
- C语言编码转换gb2312 to utf8,utf8 to gb2312 代码,GCC编译,支持Windows、Linux
		编译:gcc -o f.exe f.c -liconv #include <stdio.h> #include <stdlib.h> #include <stddef.h ... 
- MinGW-w64安装教程——著名C/C++编译器GCC的Windows版本
		本文主要讲述如何安装 C语言 编译器——MinGW-w64,特点是文章附有完整详细的实际安装过程截图,文字反而起说明提示作用. 编写本文的原因始于我的一个观点:图片可以比文字传达更多的信息,也能让其他 ... 
- MinGW安装教程——著名C/C++编译器GCC的Windows版本
		前言本文主要讲述如何安装 C语言 编译器——MinGW,特点是文章附有完整详细的实际安装过程截图,文字反而起说明提示作用. 编写本文的原因始于我的一个观点:图片可以比文字传达更多的信息,也能让其他人更 ... 
- 《⑨也懂系列:MinGW-w64安装教程》著名C/C++编译器GCC的Windows版本(MinGW-w64在安装的时候可以选择版本,有图,一步一步)
		发布日期 2016年10月31日 分类 教程 标签 编程.软件 前言<⑨也懂系列:MinGW-w64安装教程>这篇文章由 rsreland (http://rsreland.net)于 2 ... 
- Android NDK r8 windows环境搭建
		Android NDK r8 windows环境搭建 一.默认基础环境为已经完成Android开发环境的搭建 需要的软件及插件 1. JDK-7u25 2. Eclipse 3. Android SD ... 
- xrdp的rdp前端无法连接Windows 2008的问题
		xrdp使用rdp前端,无法连接2008,但连接2003是可以的.连接2008的时候,会在客户端发送Client Info PDU后主动RST掉连接.如下图 开始以为是客户端发送Client Info ... 
- 从Windows角度看Mac OS X上的软件开发
		如果原来从事Windows软件开发,想跨足或转换至Mac OS X环境,需要知道那些东西?有什么知识技能可以快速运用在Mac OS X环境上的?这两个问题应该是Windows开发者进入Mac OS X ... 
- 转码:gcc在代码中禁止某些warning
		http://www.itye.org/archives/3125 gcc 禁止warning 熟悉windows编程的人都知道,禁止编译器输出某个warning,在代码中可以这样 #pragma w ... 
- 【转】简说GNU, GCC and MinGW (Lu Hongling)
		原地址:https://my.oschina.net/u/588967/blog/73478 GNU, GCC, MinGW是开源社区常常要遇到的概念. 网上一般的解释比较繁琐, 让人如坠云雾. 本文 ... 
随机推荐
- Annual Congress of MUD(最大流)
			Annual Congress of MUD 时间限制: 1 Sec 内存限制: 128 MB提交: 80 解决: 10[提交] [状态] [讨论版] [命题人:admin] 题目描述 Multi ... 
- matlab 下载
			Obrazy DVD programu Matlab ke stažení Verze 2015b Verze 2015a Verze 2014b Verze 2014a Verze 2012b Ve ... 
- python基本使用时常见错误
			python基本使用时常见错误 字符编码错误 如果要学习计算机编程语言,首先就要搞懂字符编码,否则在以后的学习过程中,将会是一场噩梦.在一开始使用的时候,我就遇到了很多的关于字符编码的问题,做个简单的 ... 
- BZOJ1202: [HNOI2005]狡猾的商人(带权并查集)
			Time Limit: 10 Sec Memory Limit: 162 MBSubmit: 4577 Solved: 2249[Submit][Status][Discuss] Descript ... 
- 爬虫学习(十三)——xpath基础学习
			lxml的作用 lxml是HTML.xml的解析器,主要的功能是如何解析和提取HTML和xml数据 lxml和正则一样,也是使用C来实现的,是一款高性能的python HTML/xml解析器,我们可以 ... 
- TP5 行为Behavior用法说明
			TP5 行为Behavior用法说明 无论是tp3还是在tp5中,行为都是一个非常重要的概念,关于太多的理论知识,就不多说了,不了解的请查看开发文档:TP5 行为概述 以下,就由代码来一步一步实现行为 ... 
- 关于Java对象作为参数传递是传值还是传引用的问题
			前言 在Java中,当对象作为参数传递时,究竟传递的是对象的值,还是对象的引用,这是一个饱受争议的话题.若传的是值,那么函数接收的只是实参的一个副本,函数对形参的操作并不会对实参产生影响:若传的是引用 ... 
- git的使用入门
			写作目的: 快速的上手git版本控制+github神器进行基本的版本同步操作. 怎么做? 对于任意一个代码项目,使用git_bash进入到代码目录 如果没有进行过初始化操作:应当使用git init ... 
- 如何使用Python脚本
			来自官方文档 一.写 python 脚本: import sys import datetime for line in sys.stdin: line = line.strip() userid, ... 
- python sys模块和序列化模块
			sys模块是与python解释器交互的一个接口: sys.argv 命令行参数List,第一个元素是程序本身路径 sys.exit(n) 退出程序,正常退出时exit(0),错误退出sys.exit( ... 
