Skip to content

Commit 051c4ff

Browse files
committed
Updated to afterword
1 parent ccde006 commit 051c4ff

File tree

14 files changed

+49
-30
lines changed

14 files changed

+49
-30
lines changed

.vscode/in.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

.vscode/out.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,10 @@
22

33
> *cppHusky* 的2024年礼
44
5-
此项目第一阶段计划(前七章)已经完成!
6-
7-
### 当前进度:第十二章完成。参见[Preview](https://github.com/cppHusky/cppHusky-cpp-Tutorial/releases/tag/preview-0-0-12)
8-
9-
我为此规划了一个大致的编章结构,参见[Structure.md](https://github.com/cppHusky/cppHusky-cpp-Tutorial/blob/main/Structure.md)
5+
### 泛讲篇已经完成,参见[Preview](https://github.com/cppHusky/cppHusky-cpp-Tutorial/releases/tag/preview-0-1-0)
106

117
本书中的每一份正式的示例代码都已打包并存至本项目中!详见[Code in book](https://github.com/cppHusky/cppHusky-cpp-Tutorial/tree/main/code_in_book)
128

13-
正在疯狂赶进度,还要补充插图和代码,以及布署甲辰年礼解谜。现阶段争取保持每3天更新一章的速度。
14-
159
如果发现内容有任何疏漏和错误,欢迎来作补充和提出修改意见!可以直接提交到[Issues](https://github.com/cppHusky/cppHusky-cpp-Tutorial/issues)当中。
1610

1711
>自24年1月6日起,共编缉此项目时长为 :[![wakatime](https://wakatime.com/badge/user/018cddbf-c102-44d2-a0f3-463bcf2eef39/project/018cddc4-4445-4bc3-8a9d-c6c933978a2b.svg)](https://wakatime.com/badge/user/018cddbf-c102-44d2-a0f3-463bcf2eef39/project/018cddc4-4445-4bc3-8a9d-c6c933978a2b)

intensive_part.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
\part*{精讲篇}
2-
\addcontentsline{toc}{part}{精讲篇}
1+
\part*{精讲篇(敬请期待)}
2+
\addcontentsline{toc}{part}{精讲篇(敬请期待)}

main.aux

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
{1}{117.00002pt}\LT@entry
263263
{1}{52.00002pt}\LT@entry
264264
{1}{86.48302pt}}
265-
\@writefile{toc}{\contentsline {part}{精讲篇}{387}{part*.268}\protected@file@percent }
265+
\@writefile{toc}{\contentsline {part}{精讲篇(敬请期待)}{387}{part*.268}\protected@file@percent }
266266
\@writefile{toc}{\contentsline {chapter}{\numberline {附录 A\hspace {.3em}}C++运算符基本属性}{387}{appendix.A}\protected@file@percent }
267267
\@writefile{lof}{\addvspace {10.0pt}}
268268
\@writefile{lot}{\addvspace {10.0pt}}
@@ -313,5 +313,9 @@
313313
\@writefile{lof}{\contentsline {figure}{\numberline {C.7}{\ignorespaces 二进制与十六进制的转换}}{400}{figure.C.7}\protected@file@percent }
314314
\@writefile{toc}{\contentsline {section}{\numberline {C.2}布尔代数基础}{400}{section.C.2}\protected@file@percent }
315315
\@writefile{lof}{\contentsline {figure}{\numberline {C.8}{\ignorespaces 玛雅数字与阿拉伯数字的对应关系}}{401}{figure.C.8}\protected@file@percent }
316-
\@writefile{toc}{\contentsline {chapter}{跋}{403}{appendix*.277}\protected@file@percent }
317-
\gdef \@abspage@last{412}
316+
\@writefile{toc}{\contentsline {section}{\numberline {C.3}位运算简介}{401}{section.C.3}\protected@file@percent }
317+
\@writefile{toc}{\contentsline {chapter}{\numberline {附录 D\hspace {.3em}}有关C++语言的其它资料}{403}{appendix.D}\protected@file@percent }
318+
\@writefile{lof}{\addvspace {10.0pt}}
319+
\@writefile{lot}{\addvspace {10.0pt}}
320+
\@writefile{toc}{\contentsline {chapter}{跋}{405}{appendix*.277}\protected@file@percent }
321+
\gdef \@abspage@last{414}

main.log

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is XeTeX, Version 3.141592653-2.6-0.999995 (TeX Live 2023) (preloaded format=xelatex 2023.12.3) 3 FEB 2024 21:39
1+
This is XeTeX, Version 3.141592653-2.6-0.999995 (TeX Live 2023) (preloaded format=xelatex 2023.12.3) 4 FEB 2024 08:42
22
entering extended mode
33
\write18 enabled.
44
file:line:error style messages enabled.
@@ -2079,7 +2079,11 @@ File: appendices/../images/other_parts/C_bin_to_hex.png Graphic file (type bmp)
20792079
<appendices/../images/other_parts/C_bin_to_hex.png>
20802080
File: appendices/../images/other_parts/C_maya_numbers.png Graphic file (type bmp)
20812081
<appendices/../images/other_parts/C_maya_numbers.png>
2082-
[400])) (./other_parts/afterword.tex [401] [402
2082+
[400]) (./other_parts/appendices/D.tex [401] [402
2083+
2084+
]
2085+
附录 D
2086+
)) (./other_parts/afterword.tex [403] [404
20832087

20842088
])
20852089
File: images/other_parts/back_cover.pdf Graphic file (type pdf)
@@ -2090,28 +2094,28 @@ File: images/other_parts/back_cover.pdf Graphic file (type pdf)
20902094
<use images/other_parts/back_cover.pdf, page 1>
20912095
File: images/other_parts/back_cover.pdf Graphic file (type pdf)
20922096
<use images/other_parts/back_cover.pdf, page 1>
2093-
[403]
2097+
[405]
20942098
File: images/other_parts/back_cover.pdf Graphic file (type pdf)
20952099
<use images/other_parts/back_cover.pdf, page 1>
20962100
File: images/other_parts/back_cover.pdf Graphic file (type pdf)
20972101
<use images/other_parts/back_cover.pdf, page 1>
20982102
File: images/other_parts/back_cover.pdf Graphic file (type pdf)
20992103
<use images/other_parts/back_cover.pdf, page 1>
2100-
[404] (./main.aux)
2104+
[406] (./main.aux)
21012105
***********
21022106
LaTeX2e <2023-11-01>
21032107
L3 programming layer <2022/08/05>
21042108
***********
21052109
Package rerunfilecheck Info: File `main.out' has not changed.
2106-
(rerunfilecheck) Checksum: 4C8C6B462664396BDB97D6F91E2D1EDE;9581.
2110+
(rerunfilecheck) Checksum: E09B5BFA089DC25DFC435A6FF82B95C2;9866.
21072111
)
21082112
Here is how much of TeX's memory you used:
2109-
28277 strings out of 474924
2110-
745151 string characters out of 5765037
2113+
28284 strings out of 474924
2114+
745347 string characters out of 5765037
21112115
2050189 words of memory out of 5000000
2112-
49126 multiletter control sequences out of 15000+600000
2116+
49130 multiletter control sequences out of 15000+600000
21132117
571845 words of font info for 168 fonts, out of 8000000 for 9000
21142118
1348 hyphenation exceptions out of 8191
21152119
93i,18n,111p,1239b,1918s stack positions out of 10000i,1000n,20000p,200000b,200000s
21162120

2117-
Output written on main.pdf (412 pages).
2121+
Output written on main.pdf (414 pages).

main.out

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,12 @@
7979
\BOOKMARK [1][-]{section.13.2}{\376\377\155\101\217\223\121\145\000/\217\223\121\372\000i\000o\000s\000t\000r\000e\000a\000m}{chapter.13}% 79
8080
\BOOKMARK [1][-]{section.13.3}{\376\377\133\127\173\046\116\062\217\223\121\145\000/\217\223\121\372\000s\000s\000t\000r\000e\000a\000m}{chapter.13}% 80
8181
\BOOKMARK [1][-]{section.13.4}{\376\377\145\207\116\366\217\223\121\145\000/\217\223\121\372\000f\000s\000t\000r\000e\000a\000m}{chapter.13}% 81
82-
\BOOKMARK [-1][-]{part*.268}{\376\377\174\276\213\262\173\307}{}% 82
82+
\BOOKMARK [-1][-]{part*.268}{\376\377\174\276\213\262\173\307\377\010\145\154\213\367\147\037\137\205\377\011}{}% 82
8383
\BOOKMARK [0][-]{appendix.A}{\376\377\000C\000+\000+\217\320\173\227\173\046\127\372\147\054\134\136\140\047}{part*.268}% 83
8484
\BOOKMARK [0][-]{appendix.B}{\376\377\000A\000S\000C\000I\000I\170\001\210\150\377\010\0000\122\060\0001\0002\0007\377\011}{part*.268}% 84
8585
\BOOKMARK [0][-]{appendix.C}{\376\377\166\370\121\163\145\160\133\146\167\345\213\306}{part*.268}% 85
8686
\BOOKMARK [1][-]{section.C.1}{\376\377\145\160\122\066\217\154\143\142}{appendix.C}% 86
8787
\BOOKMARK [1][-]{section.C.2}{\376\377\136\003\134\024\116\343\145\160\127\372\170\100}{appendix.C}% 87
88-
\BOOKMARK [0][-]{appendix*.277}{\376\377\215\313}{part*.268}% 88
88+
\BOOKMARK [1][-]{section.C.3}{\376\377\117\115\217\320\173\227\173\200\116\313}{appendix.C}% 88
89+
\BOOKMARK [0][-]{appendix.D}{\376\377\147\011\121\163\000C\000+\000+\213\355\212\000\166\204\121\166\133\203\215\104\145\231}{part*.268}% 89
90+
\BOOKMARK [0][-]{appendix*.277}{\376\377\215\313}{part*.268}% 90

main.pdf

8.38 KB
Binary file not shown.

main.synctex.gz

7.62 KB
Binary file not shown.

main.toc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,12 @@
8080
\contentsline {section}{\numberline {13.2}流输入/输出\texttt {iostream}}{368}{section.13.2}%
8181
\contentsline {section}{\numberline {13.3}字符串输入/输出\texttt {sstream}}{378}{section.13.3}%
8282
\contentsline {section}{\numberline {13.4}文件输入/输出\texttt {fstream}}{380}{section.13.4}%
83-
\contentsline {part}{精讲篇}{387}{part*.268}%
83+
\contentsline {part}{精讲篇(敬请期待)}{387}{part*.268}%
8484
\contentsline {chapter}{\numberline {附录 A\hspace {.3em}}C++运算符基本属性}{387}{appendix.A}%
8585
\contentsline {chapter}{\numberline {附录 B\hspace {.3em}}ASCII码表(0到127)}{389}{appendix.B}%
8686
\contentsline {chapter}{\numberline {附录 C\hspace {.3em}}相关数学知识}{391}{appendix.C}%
8787
\contentsline {section}{\numberline {C.1}数制转换}{391}{section.C.1}%
8888
\contentsline {section}{\numberline {C.2}布尔代数基础}{400}{section.C.2}%
89-
\contentsline {chapter}{跋}{403}{appendix*.277}%
89+
\contentsline {section}{\numberline {C.3}位运算简介}{401}{section.C.3}%
90+
\contentsline {chapter}{\numberline {附录 D\hspace {.3em}}有关C++语言的其它资料}{403}{appendix.D}%
91+
\contentsline {chapter}{跋}{405}{appendix*.277}%

0 commit comments

Comments
 (0)