Skip to content

Commit

Permalink
完成剩余部分内容
Browse files Browse the repository at this point in the history
  • Loading branch information
ShujiaHuang committed Aug 16, 2021
1 parent 16010f0 commit e94827f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions practice/booknotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

<p align="center"><a> ---- START ---- </a></p>


# 第一章 预备知识

C++总览简介
Expand Down Expand Up @@ -4826,3 +4830,11 @@ fstream文件提供了将iostream方法扩展到文件I/O的类定义。ifstream
`seekg()``seekp()` 函数提供对文件的随机存取。这些类方法使得能够将文件指针放置到相对于文件开头、文件尾和当前位置的某个位置。`tellg()``tellp()` 方法报告当前的文件位置。


# 第十八章 探讨C++新标准

(暂时不看)


<p align="center"><a> ---- END ---- </a></p>


0 comments on commit e94827f

Please sign in to comment.