mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 04:34:40 +03:00
update #1: add appendix2 and init filesystem chapter
This commit is contained in:
24
book/zh-cn/appendix1.md
Normal file
24
book/zh-cn/appendix1.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
title: 附录 1:进一步阅读的学习材料
|
||||
type: book-zh-cn
|
||||
order: 11
|
||||
---
|
||||
|
||||
# 附录 1:进一步阅读的学习材料
|
||||
|
||||
首先,恭喜你阅读完本书 🎉 !笔者希望本书有提起你对现代 C++ 的兴趣。
|
||||
|
||||
正如本书引言部分提到的,本书只是一本带你快速领略现代 C++ 11/14/17 新特性的读物,而非进阶学习实践 C++『黑魔法』的内容。笔者当然也想到了这个需求,只是这样的内容非常艰深,鲜有受众。在此,笔者列出一些能够帮助你在此书基础之上进一步学习现代 C++ 的资料,希望能够祝你一臂之力:
|
||||
|
||||
- [C++ 参考](http://en.cppreference.com/w)
|
||||
- [CppCon YouTube 频道](https://www.youtube.com/user/CppCon/videos)
|
||||
- [每位程序员都需要知道的内存知识](https://people.freebsd.org/~lstewart/articles/cpumemory.pdf)
|
||||
- 待补充
|
||||
|
||||
[返回目录](./toc.md) | [上一章](./10-cpp20.md) | [下一章](./12-appendix2.md)
|
||||
|
||||
## 许可
|
||||
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/80x15.png" /></a>
|
||||
|
||||
本书系[欧长坤](https://github.com/changkun)著,采用[知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议](http://creativecommons.org/licenses/by-nc-nd/4.0/)许可。项目中代码使用 MIT 协议开源,参见[许可](../LICENSE)。
|
||||
Reference in New Issue
Block a user