Skip to content

Commit 26af6c3

Browse files
authored
Update 01.tour_of_cpp.md
1 parent b6c8ba6 commit 26af6c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/c-cpp/01.tour_of_cpp.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
祖师爷的行程单在[这里](https://stroustrup.com/tour3toc.pdf)
77
我个人建议的roadmap在[C++ Developer Roadmap](https://roadmap.sh/cpp)
88

9+
## 工具网站
10+
11+
- [cppreference](https://cppreference.com/w/cpp.html)
12+
- [cplusplus.com](https://cplusplus.com/reference/)
13+
914
## const
1015

1116
### 全局const变量
@@ -146,3 +151,4 @@ class A
146151
- [cdecl](https://cdecl.org/)
147152
解析复杂的函数和指针定义等
148153
[How do I understand complicated function declarations?](https://stackoverflow.com/a/2663377)
154+

0 commit comments

Comments
 (0)