1.1 下载 mingw-get
获取下载地址:https://api.256file.com/mingw-get-setup.exe/en-download-37995.html
下载地址: https://sourceforge.net/projects/mingw/files/Installer/mingw-get-setup.exe/download
1.2 安装软件
1.3 设置环境变量
就是把安装的位置加在系统 Path 环境变量下
C:\MinGW\bin
1.4 使用命令安装环境
mingw-get install gcc
mingw-get install g++
#mingw-get install gdb
到此,你就可以使用C语言的编码工具使用了