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

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

2013-05-29 16:11 323 查看

原帖地址:http://blog.csdn.net/cnsword/article/details/4176636

开发工具:
1、VIM 骨灰级玩家专属

2、emacs 骨灰级玩家专属

3、code::blocks 入门级推荐

4、codelite 入门级首选

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

7、anjuta gtk首选
8、KDeveloper 曾经的Linux下经典开发工具
9、Xcode Mac系开发首选
10、QtCreator Qt默认的开发工具,上升势头很猛,Qt开发推荐
11、Vistual C++ windows系开发嫡系
12、dev-c++似乎停止更新了
编译器:
1、gcc

2、vc

3、clang/llvm
调试分析:
1、gdb
2、valgrind
3、gprof

自动化构建:
1、make
2、autotools(autoconf、aclocal、automake)
3、cmake
4、nmake(ms)
5、qmake(qt)

源码管理:
1、CVS
2、SVN
3、GIT
开发库:
一、通用库

1、STL
2、boost
二、界面库

1、Qt
2、gtkmm(c是gtk)
3、wxwidget
4、WTL
5、MFC
三、通讯库
1、ACE
四、辅助库
1、日志:log4cpp、log4cplus
2、xml:TinyXML
3、单元测试:cppunit、GTest

源码:
国内网站:
1、http://fayaa.com/code/view/?lang=cpp代码发芽
2、http://www.stlchina.org/ stl中文站
3、http://www.vckbase.com/ VCBASE
4、http://www.hellocpp.net/Index.aspx

国外网站:
1、http://www.sgi.com/tech/stl/
2、http://www.boost.org/
3、http://www.planetsourcecode.com/vb/default.asp?lngWId=3
4、http://freshmeat.net/browse/164/
5、http://www.daniweb.com/code/
6、http://www.programmersheaven.com/tags/C/
7、http://www.ddj.com/code/ddj.html
8、http://www.cprogramming.com/cgi-bin/source/source.cgi
9、http://www.codecogs.com/
10、http://www.google.com/codesearch?q=programming++lang:c&cs_r=lang:c
11、http://www.codepedia.com/1/C
12、http://www.cis.temple.edu/~ingargio/cis71/code/
13、http://www.codeproject.com/?cat=2
14、http://www.thefreecountry.com/sourcecode/cpp.shtml
15、http://people.sc.fsu.edu/~burkardt/cpp_src/cpp_src.html
16、http://www.cplusplus.com/src/
17、http://users.cs.fiu.edu/~weiss/dsaa_c++/code/
18、http://c.snippets.org/
19、http://www.bbdsoft.com/downloads.html
20、http://www.moshier.net/
21、http://cplus.about.com/od/cgames/C_Games_with_Source_Code.htm
22、http://cliodhna.cop.uop.edu/~hetrick/c-sources.html
23、http://www.mathtools.net/C_C__/Utilities/index.html
24、http://www.programmerworld.net/resources/c_library.htm
25、http://freshmeat.net/browse/165/
26、http://www.robertnz.net/cpp_site.html
27、http://www.josuttis.com/libbook/examples.html
28、http://www.gitorious.org
29、http://www.github.com
30、http://www.einet.net/directory/65892/Developers.htm
31、http://c.ittoolbox.com/topics/core-c/
32、http://snippets.dzone.com/tag/c
33、http://www.programmersheaven.com/tags/C
34、http://www.google.com/codesearch?hl=en&lr=&q=programming
35、http://www.codepedia.com/1/Cpp
36、http://cpp.snippets.org/
37、 http://emr.cs.uiuc.edu/~reingold/calendars.shtml
38、http://cplus.about.com/od/codelibrary/Code_Library_for_C_C_and_C.htm
39、http://www.c.happycodings.com/
40、http://www.blueparrots.com/
41、http://www.java2s.com/Code/Cpp/CatalogCpp.htm
42、http://www.yeohhs.com/modules/mydownloads/
43、http://www.brpreiss.com/books/opus4/programs/index.html
44、http://www.sourceforge.net

45、http://www.josuttis.com/libbook/examples.html
46、http://pasite.org/

47、 http://www.hotscripts.com/category/c-cpp/scripts-programs/
48、 http://snippets.dzone.com/tag/c/
49、http://www.codeguru.com/
50、http://download.dre.vanderbilt.edu/
51、http://stackoverflow.com/
52、http://www.dmoz.org/Computers/Programming/Languages/C/
53、http://code.google.com
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: