c++ 工具

開發工具:

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://private.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

 

http://blog.csdn.net/cnsword/article/details/4176636


發佈了72 篇原創文章 · 獲贊 108 · 訪問量 23萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章