Skip to content

Commit 9f6c19a

Browse files
committed
fix table mistale
1 parent 03c3de7 commit 9f6c19a

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,23 @@
99

1010
无需下载,[点击开始在线阅读](https://parallel101.github.io/cppguidebook)
1111

12-
> [!TIP]
13-
> GitHub Pages 是实时更新的,每当小彭老师推送了新章节,网页都会自动更新哦。
14-
1512
> [!NOTE]
1613
> 若 GitHub Pages 无法访问,可以试试看[小彭老师维护的国内镜像站](https://142857.red/book)
1714
1815
也可以前往 [GitHub Release 页面](https://github.com/parallel101/cppguidebook/releases) 下载 PDF 文件,方便离线查看。
1916

17+
> [!TIP]
18+
> 每当小彭老师推送了新章节,网页和 PDF 都会自动实时更新哦。
19+
20+
本书还在持续更新中……要追番的话,点一下 GitHub 右上角的 “Watch” 按钮,每当小彭老师提交新 commit,GitHub 会向你发送一封电子邮件,提醒你小彭老师更新了。
21+
22+
## 常见问题
23+
2024
如果你在阅读过程中遇到任何问题,可以在 [GitHub Issues](https://github.com/parallel101/cppguidebook/issues) 中提出,小彭老师会尽力解答。
2125

2226
> [!TIP]
2327
> 也可以在 [B 站](https://space.bilibili.com/263032155) 发私信给小彭老师哦。
2428
25-
本书还在持续更新中……要追番的话,点一下 GitHub 右上角的 “Watch” 按钮,每当小彭老师提交新 commit,GitHub 会向你发送一封电子邮件,提醒你小彭老师更新了。
26-
2729
## 你也可以参与编写的开源小册
2830

2931
本书完全开源,Markdown 源文件在 [`docs/`](docs/) 文件夹下。

docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222

2323
> {{ icon.warn }} 如果你是在付费群中“买”到本书,或者打着小彭老师名号卖课,说明你可能是私有制的受害者。因为小彭老师从来没有付费才能看的课程,所有小彭老师课程都对全球互联网开放。
2424
25+
如需离线查看,可以前往 [GitHub Release 页面](https://github.com/parallel101/cppguidebook/releases) 下载 PDF 文件。
26+
2527
如果你在阅读过程中遇到任何问题,可以在 [GitHub Issues](https://github.com/parallel101/cppguidebook/issues) 中提出,小彭老师会尽力解答。
2628

2729
也可以在 [B 站](https://space.bilibili.com/263032155) 发私信给小彭老师哦。
2830

2931
> {{ icon.tip }} 本书还在持续更新中……要追番的话,可以在 [GitHub](https://github.com/parallel101/cppguidebook) 点一下右上角的 “Watch” 按钮,每当小彭老师提交新 commit,GitHub 会向你发送一峰电子邮件,提醒你小彭老师更新了。
3032
31-
如需离线查看,可以前往 [GitHub Release 页面](https://github.com/parallel101/cppguidebook/releases) 下载 PDF 文件。
32-
3333
## 格式约定
3434

3535
> {{ icon.tip }} 用这种颜色字体书写的内容是温馨提示

docs/unicode.md

+1
Original file line numberDiff line numberDiff line change
@@ -1464,6 +1464,7 @@ C++ 对其实施了再封装,改名为 `<cctype>`。若你导入的是该头
14641464
函数清单:
14651465

14661466
|函数名称|判断的字符类型|
1467+
|--------|--------------|
14671468
|isascii|0 到 0x7F 的所有 ASCII 字符|
14681469
|isalpha|大小写字母 A-Z a-z|
14691470
|isupper|大写字母 A-Z|

0 commit comments

Comments
 (0)