|
18 | 18 | * The International Obfuscated C Code Contest: http://www.ioccc.org/
|
19 | 19 | * The C++ Standard Library - A Tutorial and Reference: http://www.cppstdlib.com/
|
20 | 20 |
|
| 21 | +* C 语言常见问题集: http://c-faq-chn.sourceforge.net/ccfaq/ |
| 22 | + |
21 | 23 | * http://www.boost.org/
|
22 | 24 | * Ncurses: http://invisible-island.net/ncurses/ncurses.html
|
23 | 25 | * GMP: https://gmplib.org/
|
|
35 | 37 | * EasyX Library for C++: http://www.easyx.cn/
|
36 | 38 | * EGE(Easy Graphics Engine): http://xege.org/
|
37 | 39 | * PC-lint for C/C++: http://www.gimpel.com/html/pcl.htm
|
38 |
| - |
| 40 | +* CLucene - a C++ search engine: https://sourceforge.net/projects/clucene/ |
| 41 | +* C and C++ Code Counter(CCCC): https://sourceforge.net/projects/cccc/ |
| 42 | +* Translate STL 2 C Language: https://sourceforge.net/projects/tstl2cl/ |
| 43 | +* Dev-C++: https://sourceforge.net/projects/orwelldevcpp/ |
| 44 | +* C Unit Testing Framework: https://sourceforge.net/projects/cunit/ |
| 45 | +* CppUnit - C++ port of JUnit: https://sourceforge.net/projects/cppunit/ |
| 46 | +* Log library for C++: https://sourceforge.net/projects/log4cpp/ |
| 47 | +* log4cplus: https://sourceforge.net/projects/log4cplus/ |
| 48 | +* TinyXML: https://sourceforge.net/projects/tinyxml/ |
| 49 | +* Borland-style CONIO: https://sourceforge.net/projects/conio/ |
| 50 | +* cppcheck: https://sourceforge.net/projects/cppcheck/ |
| 51 | +* DISLIN: https://www.mps.mpg.de/dislin/ |
39 | 52 |
|
40 | 53 | # Eclipse CDT
|
41 | 54 |
|
|
44 | 57 | * 也可以在Eclipse的MarketPlace中搜索CDT,但是需要注意搜到的CDT版本是否与Eclipse版本匹配。
|
45 | 58 |
|
46 | 59 |
|
| 60 | +# CodeBlocks |
| 61 | + |
| 62 | +* http://www.codeblocks.org/ |
| 63 | +* cbp2make: http://forums.codeblocks.org/index.php/topic,13675.msg92163.html#msg92163 |
| 64 | +* cbMakefileGen plugin: http://forums.codeblocks.org/index.php/topic,6241.0.html |
| 65 | +* CodeBlocks插件开发指南(一): http://www.cppblog.com/lymons/archive/2010/04/17/112850.html |
| 66 | + |
| 67 | +# Other IDEs |
| 68 | + |
| 69 | +* http://www.codelite.org/ |
| 70 | +* http://anjuta.org/ |
| 71 | + |
| 72 | + |
47 | 73 | # CMake
|
48 | 74 |
|
49 | 75 | * https://cmake.org/
|
|
76 | 102 | * Part II. GTK+ Widgets and Objects: https://developer.gnome.org/gtk3/stable/gtkobjects.html
|
77 | 103 | * GNOME 开发者中心: https://developer.gnome.org/
|
78 | 104 | * http://ftp.gnome.org/pub/gnome/
|
| 105 | +* Vala - Compiler for the GObject type system: https://wiki.gnome.org/Projects/Vala |
79 | 106 |
|
80 | 107 | * Cairo: http://www.cairographics.org/
|
81 | 108 | * GTK-Doc: http://www.gtk.org/gtk-doc/
|
|
87 | 114 | * 在gtk+程序中显示中文说明: http://blog.chinaunix.net/uid-222028-id-2658485.html
|
88 | 115 | * Gtk对于通常的gui程序,大家想做的事就是做一点事件处理(包括各种计算、文件操作等),然后在界面上显示出来: http://www.cnblogs.com/cy163/archive/2007/06/16/785341.html
|
89 | 116 | * GTK+2.0 中的容器控件与布局技巧: http://www.ibm.com/developerworks/cn/linux/l-gtk/part1/
|
| 117 | +* GTK编程: http://jianlee.ylinux.org/Computer/C/gtk%E7%BC%96%E7%A8%8B.html |
90 | 118 |
|
91 | 119 |
|
92 | 120 | # QT
|
|
143 | 171 | * C++ 工程实践(7):iostream 的用途与局限: http://blog.csdn.net/solstice/article/details/6612179
|
144 | 172 | * 指针的大小: http://shansun123.iteye.com/blog/398601
|
145 | 173 | * 使用doxygen为C/C++程序生成中文文档(上): http://blog.csdn.net/fmddlmyy/article/details/1663898
|
146 |
| -* CodeBlocks插件开发指南(一): http://www.cppblog.com/lymons/archive/2010/04/17/112850.html |
147 | 174 | * C/C++指针原理: http://blog.csdn.net/column/details/c-pointer.html
|
148 | 175 | * C++ STL轻松导学: http://morningspace.51.net/resource/stlintro/stlintro.html?s=85fee499fe8534afc1f76ceceb0d41ff
|
149 | 176 | * Linux 桌面应用技术专题: http://www.ibm.com/developerworks/cn/linux/theme/desktop/index.html
|
|
0 commit comments