您的位置:首页 > 编程语言 > C语言/C++

c/c++资源(源码、开发工具、开发库)

2012-11-04 09:50 411 查看
开发工具:

VIM 骨灰级玩家专属

emacs 骨灰级玩家专属

code::blocks 入门级推荐

codelite 入门级首选

eclipse+CDT 如果你经常用eclipse就直接装个cdt的插件吧
netbeans 习惯netbeans的首选

anjuta gtk首选
KDeveloper 曾经的Linux下经典开发工具
Xcode Mac系开发首选
QtCreator Qt默认的开发工具,上升势头很猛,Qt开发推荐
Vistual C++ windows系开发嫡系
dev-c++似乎停止更新了

编译器:

gcc

vc

clang/llvm

调试分析:

gdb
valgrind
gprof

自动化构建:

make
autotools(autoconf、aclocal、automake)
cmake
nmake(ms)
qmake(qt)

源码管理:

CVS
SVN
GIT

开发库:

一、通用库

STL
boost

二、界面库(WTL、MFC外其余跨平台)

Qt
gtkmm(c是gtk)
wxwidget
WTL
MFC

三、通讯库

ACE
boost::asio

四、辅助库

日志:log4cpp、log4cplus
xml:TinyXML
单元测试:cppunit、GTest

源码:

国内网站:

http://fayaa.com/code/view/?lang=cpp代码发芽
http://www.stlchina.org/ stl中文站
http://www.vckbase.com/ VCBASE
http://www.hellocpp.net/Index.aspx

国外网站:

http://code.google.com
http://www.sgi.com/tech/stl/
http://www.boost.org/
http://www.planetsourcecode.com/vb/default.asp?lngWId=3
http://freshmeat.net/browse/164/
http://www.daniweb.com/code/
http://www.programmersheaven.com/tags/C/
http://www.ddj.com/code/ddj.html
http://www.cprogramming.com/cgi-bin/source/source.cgi
http://www.codecogs.com/
http://www.google.com/codesearch?q=programming++lang:c&cs_r=lang:c
http://www.codepedia.com/1/C
http://www.cis.temple.edu/~ingargio/cis71/code/
http://www.codeproject.com/?cat=2
http://www.thefreecountry.com/sourcecode/cpp.shtml点击打开链接
http://people.sc.fsu.edu/~burkardt/cpp_src/cpp_src.html
http://www.cplusplus.com/src/
http://users.cs.fiu.edu/~weiss/dsaa_c++/code/
http://c.snippets.org/
http://www.bbdsoft.com/downloads.html
http://www.moshier.net/
http://cplus.about.com/od/cgames/C_Games_with_Source_Code.htm
http://cliodhna.cop.uop.edu/~hetrick/c-sources.html
http://www.mathtools.net/C_C__/Utilities/index.html
http://www.programmerworld.net/resources/c_library.htm
http://freshmeat.net/browse/165/
http://www.robertnz.net/cpp_site.html
http://www.josuttis.com/libbook/examples.html
http://www.gitorious.org
http://www.github.com
http://www.einet.net/directory/65892/Developers.htm
http://c.ittoolbox.com/topics/core-c/
http://snippets.dzone.com/tag/c
http://www.programmersheaven.com/tags/C
http://www.google.com/codesearch?hl=en&lr=&q=programming
http://www.codepedia.com/1/Cpp
http://cpp.snippets.org/
http://emr.cs.uiuc.edu/~reingold/calendars.shtml
http://cplus.about.com/od/codelibrary/Code_Library_for_C_C_and_C.htm
http://www.c.happycodings.com/
http://www.blueparrots.com/
http://www.java2s.com/Code/Cpp/CatalogCpp.htm
http://www.yeohhs.com/modules/mydownloads/
http://www.brpreiss.com/books/opus4/programs/index.html
http://www.sourceforge.net
http://www.josuttis.com/libbook/examples.html
http://pasite.org/
http://www.hotscripts.com/category/c-cpp/scripts-programs/
http://snippets.dzone.com/tag/c/
http://www.codeguru.com/
http://download.dre.vanderbilt.edu/
http://stackoverflow.com/
http://www.dmoz.org/Computers/Programming/Languages/C/

源文章地址:/article/2785239.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: