mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 20:54:39 +03:00
update #1: add appendix2 and init filesystem chapter
This commit is contained in:
@@ -8,4 +8,14 @@ order: 8
|
||||
|
||||
> TODO: 这部分内容为 C++17 新增
|
||||
|
||||
[TOC]
|
||||
|
||||
文件系统库提供了文件系统、路径、常规文件、目录等等相关组件进行操作的相关功能。和正则表达式库类似,他也是最先有 boost 发起,并最终被合并为 C++ 标准的众多库之一。
|
||||
|
||||
## 8.1 文档与链接
|
||||
|
||||
|
||||
|
||||
## 8.2 std::filesystem
|
||||
|
||||
[返回目录](./toc.md) | [上一章](./07-thread.md) | [下一章 其他杂项](./09-others.md)
|
||||
Reference in New Issue
Block a user