Commit 9f6c19a 1 parent 03c3de7 commit 9f6c19a Copy full SHA for 9f6c19a
File tree 3 files changed +10
-7
lines changed
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 9
9
10
10
无需下载,[ 点击开始在线阅读] ( https://parallel101.github.io/cppguidebook ) 。
11
11
12
- > [ !TIP]
13
- > GitHub Pages 是实时更新的,每当小彭老师推送了新章节,网页都会自动更新哦。
14
-
15
12
> [ !NOTE]
16
13
> 若 GitHub Pages 无法访问,可以试试看[ 小彭老师维护的国内镜像站] ( https://142857.red/book ) 。
17
14
18
15
也可以前往 [ GitHub Release 页面] ( https://github.com/parallel101/cppguidebook/releases ) 下载 PDF 文件,方便离线查看。
19
16
17
+ > [ !TIP]
18
+ > 每当小彭老师推送了新章节,网页和 PDF 都会自动实时更新哦。
19
+
20
+ 本书还在持续更新中……要追番的话,点一下 GitHub 右上角的 “Watch” 按钮,每当小彭老师提交新 commit,GitHub 会向你发送一封电子邮件,提醒你小彭老师更新了。
21
+
22
+ ## 常见问题
23
+
20
24
如果你在阅读过程中遇到任何问题,可以在 [ GitHub Issues] ( https://github.com/parallel101/cppguidebook/issues ) 中提出,小彭老师会尽力解答。
21
25
22
26
> [ !TIP]
23
27
> 也可以在 [ B 站] ( https://space.bilibili.com/263032155 ) 发私信给小彭老师哦。
24
28
25
- 本书还在持续更新中……要追番的话,点一下 GitHub 右上角的 “Watch” 按钮,每当小彭老师提交新 commit,GitHub 会向你发送一封电子邮件,提醒你小彭老师更新了。
26
-
27
29
## 你也可以参与编写的开源小册
28
30
29
31
本书完全开源,Markdown 源文件在 [ ` docs/ ` ] ( docs/ ) 文件夹下。
Original file line number Diff line number Diff line change 22
22
23
23
> {{ icon.warn }} 如果你是在付费群中“买”到本书,或者打着小彭老师名号卖课,说明你可能是私有制的受害者。因为小彭老师从来没有付费才能看的课程,所有小彭老师课程都对全球互联网开放。
24
24
25
+ 如需离线查看,可以前往 [ GitHub Release 页面] ( https://github.com/parallel101/cppguidebook/releases ) 下载 PDF 文件。
26
+
25
27
如果你在阅读过程中遇到任何问题,可以在 [ GitHub Issues] ( https://github.com/parallel101/cppguidebook/issues ) 中提出,小彭老师会尽力解答。
26
28
27
29
也可以在 [ B 站] ( https://space.bilibili.com/263032155 ) 发私信给小彭老师哦。
28
30
29
31
> {{ icon.tip }} 本书还在持续更新中……要追番的话,可以在 [ GitHub] ( https://github.com/parallel101/cppguidebook ) 点一下右上角的 “Watch” 按钮,每当小彭老师提交新 commit,GitHub 会向你发送一峰电子邮件,提醒你小彭老师更新了。
30
32
31
- 如需离线查看,可以前往 [ GitHub Release 页面] ( https://github.com/parallel101/cppguidebook/releases ) 下载 PDF 文件。
32
-
33
33
## 格式约定
34
34
35
35
> {{ icon.tip }} 用这种颜色字体书写的内容是温馨提示
Original file line number Diff line number Diff line change @@ -1464,6 +1464,7 @@ C++ 对其实施了再封装,改名为 `<cctype>`。若你导入的是该头
1464
1464
函数清单:
1465
1465
1466
1466
| 函数名称| 判断的字符类型|
1467
+ | --------| --------------|
1467
1468
| isascii| 0 到 0x7F 的所有 ASCII 字符|
1468
1469
| isalpha| 大小写字母 A-Z a-z|
1469
1470
| isupper| 大写字母 A-Z|
You can’t perform that action at this time.
0 commit comments