gcc/mingw/libstdc简介

GCC:GNU Compiler Collection
[介绍] 她是一个GNU编译器集合,目前包括 C, C++, Objective-C, Fortran, 和 Ada 等, 以及这些语言需要的库,比如 libstdc++。
[历史小知识] 原来的GCC就是指GUN C Compiler,因为后来加入了C++等编译器,于是更名为GNU Compiler Collection。
[提示] GCC是一个编译器集合,gcc才是C语言编译器,g++才是C++语言编译器。
[最新发布版本] GCC4.0.1 发布于 2005-07-07
[主页地址] http://gcc.gnu.org/

libstdc++:GNU Standard C++ Library
[介绍] g++只是一个编译器,而g++中C++需要的标准库文件由libstdc++提供。
[最新发布版本] libstdc++-v3.0.97 发布于 2002-03-05
[主页地址] http://gcc.gnu.org/libstdc++/

MinGW:Minimalist GNU for Windows
[介绍] 她是一个GCC的Windows移植版本,不属于GNU范畴。
[最新发布版本] 3.4.2 发布于 2004-09-21/22
[主页地址] http://www.mingw.org/

[附] MinGW相关的IDE:
a. MinGW Developer Studio
[介绍] 她是一个多平台的C/C++集成开发环境,以MinGW为编译内核,也支持Linux/FreeBSD等操作系统。
[优点] 支持很多功能,比如代码折叠等,和VC++的界面、使用方法类似,还附带一个WinAPI参考手册。
[最新发布版本 for Windows] 2.05 发布于 2005-04-01 以 MinGW3.4.2 为编译内核
[主页地址] http://www.parinyasoft.com/
MinGWStudioFullSetup-2.05 官方下载地址:http://www.parinyasoft.com/download/MinGWStudioFullSetup-2.05.exe
[ 因为访问量太大,介绍性文字可以去 http://freshmeat.net/projects/mingw-devstudio查看,下载可以用 http://csys.yonsei.ac.kr/web/c/MinGWStudioFullSetup-2.05.exe]
b. Bloodshed Dev-C++
[介绍] 她是一个Windows下的C/C++集成开发环境,以MinGW为编译内核。
[最新发布版本] Dev-C++ 5.0 beta 9.2 (4.9.9.2) 以 MinGW3.4.2 为编译内核
[主页地址] http://www.bloodshed.net/dev/devcpp.html(需要境外代理服务器)
Dev-C++ 5.0 beta 9.2 (4.9.9.2) 官方下载地址:
http://jaist.dl.sourceforge.net/sourceforge/dev-cpp/devcpp-4.9.9.2_setup.exe
http://switch.dl.sourceforge.net/sourceforge/dev-cpp/devcpp-4.9.9.2_setup.exe
http://mesh.dl.sourceforge.net/sourceforge/dev-cpp/devcpp-4.9.9.2_setup.exe
http://umn.dl.sourceforge.net/sourceforge/dev-cpp/devcpp-4.9.9.2_setup.exe
http://ufpr.dl.sourceforge.net/sourceforge/dev-cpp/devcpp-4.9.9.2_setup.exe
http://nchc.dl.sourceforge.net/sourceforge/dev-cpp/devcpp-4.9.9.2_setup.exe
http://heanet.dl.sourceforge.net/sourceforge/dev-cpp/devcpp-4.9.9.2_setup.exe
http://citkit.dl.sourceforge.net/sourceforge/dev-cpp/devcpp-4.9.9.2_setup.exe
http://peterhost.dl.sourceforge.net/sourceforge/dev-cpp/devcpp-4.9.9.2_setup.exe
http://internap.dl.sourceforge.net/sourceforge/dev-cpp/devcpp-4.9.9.2_setup.exe
http://keihanna.dl.sourceforge.net/sourceforge/dev-cpp/devcpp-4.9.9.2_setup.exe
http://surfnet.dl.sourceforge.net/sourceforge/dev-cpp/devcpp-4.9.9.2_setup.exe
http://ovh.dl.sourceforge.net/sourceforge/dev-cpp/devcpp-4.9.9.2_setup.exe
http://easynews.dl.sourceforge.net/sourceforge/dev-cpp/devcpp-4.9.9.2_setup.exe
http://puzzle.dl.sourceforge.net/sourceforge/dev-cpp/devcpp-4.9.9.2_setup.exe
http://kent.dl.sourceforge.net/sourceforge/dev-cpp/devcpp-4.9.9.2_setup.exe
http://optusnet.dl.sourceforge.net/sourceforge/dev-cpp/devcpp-4.9.9.2_setup.exe

[Running] cd "c:\Users\wangjiahao\Desktop\VScode\" && g++ hello.cpp -o hello && "c:\Users\wangjiahao\Desktop\VScode\"hello D:/浏览器/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find D:/浏览器/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o: Invalid argument D:/浏览器/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find D:/浏览器/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/crtbegin.o: Invalid argument D:/浏览器/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lstdc++: No such file or directory D:/浏览器/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lmingw32: No such file or directory D:/浏览器/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lgcc: No such file or directory D:/浏览器/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lmoldname: No such file or directory D:/浏览器/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lmingwex: No such file or directory D:/浏览器/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lmsvcrt: No such file or directory D:/浏览器/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lkernel32: No such file or directory D:/浏览器/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lpthread: No such file or directory D:/浏览器/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -ladvapi32: No such file or directory D:/浏览器/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lshell32: No such file or director
最新发布
03-15
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值