Commit b1d2e4a 1 parent 432dbd5 commit b1d2e4a Copy full SHA for b1d2e4a
File tree 4 files changed +11
-19
lines changed
4 files changed +11
-19
lines changed Original file line number Diff line number Diff line change 7
7
- main
8
8
paths-ignore :
9
9
- ' .gitignore'
10
+ - ' README.md'
11
+ - ' examples'
12
+ - ' CMakeLists.txt'
13
+ - ' misc'
10
14
11
15
env :
12
16
MIRROR_SITE_URL : https://142857.red/files
Original file line number Diff line number Diff line change 12
12
> [ !TIP]
13
13
> GitHub Pages 是实时更新的,每当小彭老师推送了新章节,网页都会自动更新哦。
14
14
15
- 也可以前往 [ GitHub Release 页面] ( https://github.com/parallel101/cppguidebook/releases ) 下载 PDF 文件。
15
+ > [ !NOTE]
16
+ > 若 GitHub Pages 无法访问,可以试试看[ 小彭老师维护的国内镜像] ( https://142857.red/book ) 。
17
+
18
+ 也可以前往 [ GitHub Release 页面] ( https://github.com/parallel101/cppguidebook/releases ) 下载 PDF 文件,方便离线查看。
16
19
17
20
> [ !NOTE]
18
21
> 要追番的话,点一下 GitHub 右上角的 ` Watch ` 按钮,每当小彭老师提交新 commit,GitHub 会向你发送一峰电子邮件,提醒你小彭老师更新了。
19
22
20
23
如果你在阅读过程中遇到任何问题,可以在 [ GitHub Issues] ( https://github.com/parallel101/cppguidebook/issues ) 中提出,小彭老师会尽力解答。
21
24
25
+ 也可以在 [ B 站] ( https://space.bilibili.com/263032155 ) 发私信给小彭老师哦。
26
+
22
27
## 你也可以参与编写的开源小册
23
28
24
29
本书完全开源,Markdown 源文件在 [ ` docs/ ` ] ( docs/ ) 文件夹下。
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ C++ 源码 `.cpp` 是写给人类看的!计算机并不认识,计算机只
48
48
49
49
### MSVC
50
50
51
- ``` cmd
51
+ ``` bash
52
52
cl.exe /c main.cpp
53
53
```
54
54
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments