|
1 | 1 | # C_CPP学习之路 [](https://github.com/sindresorhus/awesome)
|
2 | 2 |
|
3 |
| -# Reference |
| 3 | +## Reference |
4 | 4 |
|
5 | 5 | * http://www.cplusplus.com/
|
6 | 6 | * http://en.cppreference.com/
|
|
50 | 50 | * cppcheck: https://sourceforge.net/projects/cppcheck/
|
51 | 51 | * DISLIN: https://www.mps.mpg.de/dislin/
|
52 | 52 |
|
53 |
| -# Eclipse CDT |
| 53 | +## Eclipse CDT |
54 | 54 |
|
55 | 55 | * 项目地址:http://www.eclipse.org/cdt/
|
56 | 56 | * 安装说明:http://www.eclipse.org/cdt/downloads.php
|
57 | 57 | * 也可以在Eclipse的MarketPlace中搜索CDT,但是需要注意搜到的CDT版本是否与Eclipse版本匹配。
|
58 | 58 |
|
59 |
| - |
60 |
| -# CodeBlocks |
| 59 | +## CodeBlocks |
61 | 60 |
|
62 | 61 | * http://www.codeblocks.org/
|
63 | 62 | * cbp2make: http://forums.codeblocks.org/index.php/topic,13675.msg92163.html#msg92163
|
64 | 63 | * cbMakefileGen plugin: http://forums.codeblocks.org/index.php/topic,6241.0.html
|
65 | 64 | * CodeBlocks插件开发指南(一): http://www.cppblog.com/lymons/archive/2010/04/17/112850.html
|
66 | 65 |
|
67 |
| -# Other IDEs |
| 66 | +## Other IDEs |
68 | 67 |
|
69 | 68 | * http://www.codelite.org/
|
70 | 69 | * http://anjuta.org/
|
71 | 70 |
|
72 |
| - |
73 |
| -# CMake |
| 71 | +## CMake |
74 | 72 |
|
75 | 73 | * https://cmake.org/
|
76 | 74 |
|
77 |
| - |
78 |
| -# Ctags |
| 75 | +## Ctags |
79 | 76 |
|
80 | 77 | * https://sourceforge.net/projects/ctags/
|
81 | 78 |
|
82 |
| - |
83 |
| - |
84 |
| -# CLIPS |
| 79 | +## CLIPS |
85 | 80 |
|
86 | 81 | CLIPS is a productive development and delivery expert system tool which provides a complete environment for the construction of rule and/or object based expert systems.
|
87 | 82 |
|
88 | 83 | * http://clipsrules.sourceforge.net/WhatIsCLIPS.html
|
89 | 84 |
|
90 |
| - |
91 |
| -# Xapian |
92 |
| - |
| 85 | +## Xapian |
| 86 | + |
93 | 87 | Xapian is an Open Source Search Engine Library, released under the GPL v2+. It's written in C++, with bindings to allow use from Perl, Python, PHP, Java, Tcl, C#, Ruby, Lua, Erlang and Node.js (so far!)
|
94 |
| - |
| 88 | + |
95 | 89 | * http://xapian.org/
|
96 | 90 |
|
97 |
| -# GTK+ |
| 91 | +## GTK+ |
98 | 92 |
|
99 | 93 | * http://www.gtk.org/
|
100 | 94 |
|
|
116 | 110 | * GTK+2.0 中的容器控件与布局技巧: http://www.ibm.com/developerworks/cn/linux/l-gtk/part1/
|
117 | 111 | * GTK编程: http://jianlee.ylinux.org/Computer/C/gtk%E7%BC%96%E7%A8%8B.html
|
118 | 112 |
|
119 |
| - |
120 |
| -# QT |
| 113 | +## QT |
121 | 114 |
|
122 | 115 | * http://www.qt.io/
|
123 | 116 | * Qter开源社区: http://www.qter.org/
|
124 | 117 | * qtcn: http://www.qtcn.org/bbs/i.php
|
125 | 118 |
|
126 |
| - |
127 |
| - |
128 |
| -# wxWidgets |
| 119 | +## wxWidgets |
129 | 120 |
|
130 | 121 | * http://www.wxwidgets.org/
|
131 | 122 |
|
132 |
| - |
133 |
| -# Doxygen |
| 123 | +## Doxygen |
134 | 124 |
|
135 | 125 | * http://www.stack.nl/~dimitri/doxygen/index.html
|
136 | 126 | * 学习用 doxygen 生成源码文档: http://www.ibm.com/developerworks/cn/aix/library/au-learningdoxygen/
|
137 | 127 |
|
138 |
| - |
139 |
| -# Unit Test |
| 128 | +## Unit Test |
140 | 129 |
|
141 | 130 | * Google Test: https://github.com/google/googletest
|
142 | 131 | * Parasoft C/C++test: https://www.parasoft.com/product/cpptest/
|
143 | 132 | * 开放源码 C/C++ 单元测试工具,第 3 部分: 了解 CppTest: http://www.ibm.com/developerworks/cn/aix/library/au-ctools3_ccptest/
|
144 | 133 |
|
145 |
| - |
146 |
| -# Articles |
| 134 | +## Articles |
147 | 135 |
|
148 | 136 | * Comparison of Diagnostics between GCC and Clang: https://gcc.gnu.org/wiki/ClangDiagnosticsComparison
|
149 | 137 | * C++ unit test start guide, how to set up Google Test (gtest) in Eclipse?:http://www.codeproject.com/Articles/811934/Cplusplus-unit-test-start-guide-how-to-set-up-Goog
|
|
195 | 183 | * VC知识库: http://www.vckbase.com/
|
196 | 184 | * 基于X的GNOME、GTK、GDK、XLib、GLib等之间的关系: http://socol.iteye.com/blog/579718
|
197 | 185 | * 减少C++代码编译时间的方法: http://www.cnblogs.com/misserwell/p/4343927.html
|
198 |
| - |
199 |
| - |
200 |
| - |
201 |
| - |
0 commit comments