C/C++学习资源(转)

工具类:

开发工具:

  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/

50个c/c++源代码网站

C/C++是最主要的编程语言。这里列出了50名优秀网站和网页清单,这些网站提供c/c++源代码。这份清单提供了源代码的链接以及它们的小说明。我已尽力包括最佳的C/C++源代码的网站。这不是一个完整的清单,您有建议可以联系我,我将欢迎您的建议,以进一步加强这方面的清单。
1、http://snippets.dzone.com/tag/c/ –数以千计的有用的C语言源代码片段
2、http://www.hotscripts.com/category/c-cpp/scripts-programs/ Hotscripts –提供数以百计的C和C++脚本和程序。所有程序都分为不同的类别。
3、http://www.planetsourcecode.com/vb/default.asp?lngWId=3 –超过万行C和C++免费的源代码
4、http://freshmeat.net/browse/164/ –超过9000个C编写的项目。
5、http://www.daniweb.com/code/c.html –DANIWEB提供的实用代码段 。
6、http://www.programmersheaven.com/tags/C/ –programmersheaven.com上的C编程资源。
7、http://www.ddj.com/code/ddj.html –Dr. Dobb’s Journal的源代码。
8、http://www.cprogramming.com/cgi-bin/source/source.cgi –C和C + +编程资源。
9、http://www.codecogs.com/ –CodeCogs是一项协作的开放源码库,C/C++的数值方面的组件。
10、http://www.google.com/codesearch?q=programming++lang:c&cs_r=lang:c –谷歌代码的C源代码。
11、http://www.codepedia.com/1/C –CodePedia是一个开放的关于系统编程和其他与电脑有关的议题。
12、http://www.cis.temple.edu/~ingargio/cis71/code/ –为学生提供的一个简单的C语言程序的列表。
13、http://www.codeproject.com/?cat=2 –codeproject提供的C/C++资源代码项目。
14、http://www.thefreecountry.com/sourcecode/cpp.shtml –以下是一些C和C++库的DLL,VCLs,源代码,元件,模块,应用程序框架,类库,源代码片段等,你可以在您的项目中使用而不需要支付费用和版税。
15、http://people.sc.fsu.edu/~burkardt/cpp_src/cpp_src.html –这是一个全面的关于C++的345个源代码清单。
16、http://www.cplusplus.com/src/ –C++写的通用控制台程序和Windows程序代码清单。
17、http://users.cs.fiu.edu/~weiss/dsaa_c++/code/ –C++语言数据结构与算法分析(第二版)的源代码。
18、http://c.snippets.org/ –C源代码片段。
19、http://www.bbdsoft.com/downloads.html –C++源代码。
20、http://www.moshier.net/ 天文学和数值软件源代码
21、http://cplus.about.com/od/cgames/C_Games_with_Source_Code.htm –游戏有关的C++源代码。
22、http://cliodhna.cop.uop.edu/~hetrick/c-sources.html –免费的C/C++数值计算源代码。
23、http://www.mathtools.net/C_C__/Utilities/index.html –C/C++工具。
24、http://www.programmerworld.net/resources/c_library.htm –免费C++源代码和其它有用的工具。
25、http://www.cmcrossroads.com/bradapp/links/cplusplus-links.html –布拉德阿普尔顿的C++链接-资源,项目,图书馆,教学和编码。
26、http://www.robertnz.net/cpp_site.html –这是一个收集了数C/C++网站链接列表的网页。
27、http://www.josuttis.com/libbook/examples.html –在这里,你可以看到并下载所有的本书的C++标准库例子 。
28、ftp://66.77.27.238/sourcecode/cuj/ –C/C++用户杂志
29、ftp://66.77.27.238/sourcecode/wd/ –Windows开发者网络
30、http://www.einet.net/directory/65892/Developers.htm –C程序
31、http://www.daniweb.com/code/cplusplus.html –实用代码段。
32、http://snippets.dzone.com/tag/c –C++源代码
33、http://www.programmersheaven.com/tags/C –C++编程资源,programmersheaven.com
34、http://www.google.com/codesearch?hl=en&lr=&q=programming –谷歌代码搜索-C++编程语言
35、http://www.codepedia.com/1/Cpp –CodePedia是一个开放的关于系统编程和其他与电脑有关的议题的网站。
36、http://www.codebeach.com/index.asp?TabID=1&CategoryID=3 –C++源代码,Codebeach提供
37、http://freshmeat.net/browse/165/ –5000项目写的C++编程语言
38、http://cplus.about.com/od/codelibrary/Code_Library_for_C_C_and_C.htm –代码库C、C + +和C#。
39、http://www.c.happycodings.com/ –Visual Basic、PHP、ASP技术、C、C++大全。
40、http://www.blueparrots.com/ –Borland C游戏,图像和声音源代码范例。
41、http://www.java2s.com/Code/Cpp/CatalogCpp.htm –C++源代码。
42、http://www.yeohhs.com/modules/mydownloads/ –C与C++电子书和源代码示例。
43、http://www.brpreiss.com/books/opus4/programs/index.html C++的数学方程和公式源代码。
44、http://users.cs.fiu.edu/ C++。
45、http://www.josuttis.com/libbook/examples.html –C++标准库-教程和参考资料。
46、http://emr.cs.uiuc.edu/~reingold/calendars.shtml Edward M. Reingold’s Calendar Book, Papers, and Code。
47、http://cpp.snippets.org/ –c++源代码档案。
48、http://ubiety.uwaterloo.ca/~tveldhui/papers/techniques/ –用C和C++的解决科学问题。
49、http://c.ittoolbox.com/topics/core-c/ –C/C++的IT工具框。
50、http://www.le.ac.uk/cc/tutorials/c/ccccdbas.html –本文件中包含有大量的C示例程序。

转自:https://blog.csdn.net/cnsword/article/details/4176636

猜你喜欢

转载自blog.csdn.net/jc_benben/article/details/81329467