This commit is contained in:
Light-City 2020-03-04 10:28:19 +08:00
parent 8019d7362b
commit 3557bd2783
3 changed files with 77 additions and 50 deletions

Binary file not shown.

View File

@ -267,7 +267,7 @@ map<int, int> mp{
<tr>
<th align="center" style="width: 80px;">
<a href="https://github.com/Light-City">
<img src="https://avatars2.githubusercontent.com/u/25699850?s=460&v=4" style="width: 50px;"><br>
<img src="https://avatars2.githubusercontent.com/u/25699850?s=50&v=4" style="width: 50px;"><br>
<sub>Francis</sub>
</a><br>
</th>

View File

@ -1,7 +1,9 @@
# C++ 那些事
感谢各位对《C++那些事》的支持,现将内容也同步至网站,可以手机或者网站直接阅读~欢迎大家star转发pr。
感谢各位对《C++ 那些事》的支持,现将内容也同步至网站,可以打开网站直接阅读~欢迎大家 star、转发、PR。
[直通点](https://light-city.club/sc/)
-----------------------
@ -47,7 +49,7 @@
#### 2.0 概况
C++2.0简称包括C++11/14/17/20。
C++2.0 是一个简称,意为「现代 C++」,包括 C++11/14/17/20。
#### 2.1 [C++11 新特性](./c++2.0/c++11)
@ -108,9 +110,9 @@ C++2.0简称包括C++11/14/17/20。
- 容器-结构与分类
- (1) 序列式容器包括array(C++2.0新引入),vector,deque,list,forward_list(C++2.0新引入)
- (2) 关联式容器包括set/multiset,map/multimap
- (3) 无序容器(C++2.0新引入,更换原先hash_xxx为unordered_xxx)包括unordered_map/unordered_multimap,unordered_set/unordered_multiset
- (1) 序列式容器包括:`array`(C++2.0 新引入),`vector`,`deque`,`list`,`forward_list`(C++2.0 新引入)
- (2) 关联式容器包括:`set/multiset`,`map/multimap`
- (3) 无序容器(C++2.0 新引入,更换原先 `hash_xxx` `unordered_xxx`)包括:`unordered_map/unordered_multimap,unordered_set/unordered_multiset`
- [Hash Function](./c++2.0/hash.cpp)
@ -128,7 +130,7 @@ C++2.0简称包括C++11/14/17/20。
### 4. [STL 源码剖析](./src_analysis/stl)
**stl源码剖析gcc4.9.1**
**STL 源码剖析gcc 4.9.1**
- [array](./src_analysis/stl/array.md)
- [deque](./src_analysis/stl/deque.md)
@ -230,7 +232,7 @@ map<int, int> mp{
{ 1 => 1, 2 => 4, 3 => 9 }
```
#### 7.2 像Python一样简单输出
#### 7.2 像 Python 一样简单输出Jupyter Notebook
- [像 Python 一样玩 C/C++](./tool/像Python一样玩CC++.md)
@ -238,6 +240,10 @@ map<int, int> mp{
- [https://cppinsights.io](https://cppinsights.io/)
#### 7.4 C++ 的 Debug 工具 dbg-macro
- [C++ 的 Debug 工具 dbg-macro](./tool/C++的Debug工具dbg-macro.md)
### 8.拓展部分
#### 8.1 一些问题
@ -254,7 +260,28 @@ map<int, int> mp{
CLion gcc/g++
### 10.关于作者
### 10.贡献者
<table>
<tbody>
<tr>
<th align="center" style="width: 80px;">
<a href="https://github.com/Light-City">
<img src="https://avatars2.githubusercontent.com/u/25699850?s=460&v=4" style="width: 50px;"><br>
<sub>Francis</sub>
</a><br>
</th>
<th align="center" style="width: 80px;">
<a href="https://github.com/ChungZH">
<img src="https://avatars1.githubusercontent.com/u/42088872?s=50&v=4" style="width: 50px;"><br>
<sub>ChungZH</sub>
</a><br>
</th>
</tr>
</tbody>
</table>
### 11.关于作者
个人公众号: