c/c++资源(源码、开发工具、开发库)2014-05-09更新

来源:互联网 发布:自动写小说软件 编辑:程序博客网 时间:2024/05/16 14:42

作者:cnsworder

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


开发工具:

  1. VIM 骨灰级玩家专属
  2. emacs  骨灰级玩家专属
  3. sublimetext 很好用的编辑器
  4. code::blocks 入门级推荐
  5. codelite 入门级首选
  6. eclipse+CDT 如果你经常用eclipse就直接装个cdt的插件吧
  7. netbeans  习惯netbeans的首选
  8. anjuta gtk首选
  9. KDeveloper  曾经的Linux下经典开发工具
  10. Xcode Mac系开发首选
  11. QtCreator Qt默认的开发工具,上升势头很猛,Qt开发推荐
  12. Vistual C++ windows系开发嫡系
  13. dev-c++似乎停止更新了

编译器:

  1. gcc
  2. vc
  3. clang/llvm
  4. intel

调试分析:

  1. gdb
  2. valgrind
  3. gprof 
  4. cppcheck(静态代码检查)

自动化构建:

  1. make
  2. autotools(autoconf、aclocal、automake)
  3. cmake
  4. nmake(ms)
  5. qmake(qt)

版本管理:

  1. CVS
  2. SVN
  3. GIT
  4. HG

开发库:

一、通用库

  1. STL
  2. boost

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

  1. Qt
  2. gtkmm(c是gtk+)
  3. wxwidget
  4. WTL
  5. MFC

三、通讯库

  1. ACE
  2. boost::asio
  3. libevent (C)

四、辅助库

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


随着我自己积累,我会一直更新的.....

0 0