We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c8ba6 commit 26af6c3Copy full SHA for 26af6c3
docs/c-cpp/01.tour_of_cpp.md
@@ -6,6 +6,11 @@
6
祖师爷的行程单在[这里](https://stroustrup.com/tour3toc.pdf)。
7
我个人建议的roadmap在[C++ Developer Roadmap](https://roadmap.sh/cpp)。
8
9
+## 工具网站
10
+
11
+- [cppreference](https://cppreference.com/w/cpp.html)
12
+- [cplusplus.com](https://cplusplus.com/reference/)
13
14
## const
15
16
### 全局const变量
@@ -146,3 +151,4 @@ class A
146
151
- [cdecl](https://cdecl.org/)
147
152
解析复杂的函数和指针定义等
148
153
[How do I understand complicated function declarations?](https://stackoverflow.com/a/2663377)
154
0 commit comments