Commit Graph

496 Commits

Author SHA1 Message Date
devinizz
252b63a60e
只改动一些必要的 (#197) 2024-10-21 19:09:38 +08:00
Zard-C
77c0d58ed3
fix typo (#194)
Signed-off-by: Zard-C <patrick.zhang5233@gmail.com>
2024-08-19 14:53:44 +08:00
Mer
6ddd759973
Revision: with c++17, shared_ptr supports T[] (#195)
Signed-off-by: MER <mer.xuanyi@gmail.com>
2024-08-19 14:52:46 +08:00
Carl Gerlach
8bc0371709
Update item31.md (#192) 2024-07-15 09:36:21 +08:00
Carl Gerlach
199be3f507
Update item21.md (#187) 2024-07-10 17:47:22 +08:00
Zard-C
0ecc9cd98f
fix typo (#186)
Signed-off-by: Zard-C <patrick.zhang5233@gmail.com>
2024-07-05 10:00:52 +08:00
Fansure Grin
924b8aa9d2
Update item27.md (#185) 2024-06-27 19:08:39 +08:00
L-Super
f4f79b9ba7
imporve: 移除网络词汇 (#182) 2024-05-21 13:57:23 +08:00
shikai-123
14d64d6dfc
fix #180 等其他错误 (#181) 2024-05-19 16:13:58 +08:00
Ruan Letian
ff3218a1f5
fix: typo mistake in item32 (#179) 2024-05-07 10:03:34 +08:00
Dong-Yiyuan
8edc363ea7
调整描述,强调"返回传值形参" (#170) 2024-02-19 10:18:38 +08:00
standback
a8199af8b0
fix #157, #161 (#175)
* [item2]auto: fix #157, typo:cx

const auto& rx = cx;
==>
const auto& rx = x;

* [item18] unique_ptr: fix #161

---------

Co-authored-by: jason_wang <jason_wang@realsil.com.cn>
2024-02-19 10:15:44 +08:00
Dong-Yiyuan
25a0569cde
fix a typo in item 28 (#169) 2024-01-02 20:54:13 +08:00
Dong-Yiyuan
a9f64e914c
fix a typo and tweak desc (#171) 2024-01-02 20:53:15 +08:00
SashaBao
00cac2e48d
Fix item5.md (#168)
最后一段开头的一句话原文是“The fact of the matter is that writing types explicitly often does little more than intro‐
duce opportunities for subtle errors, either in correctness or efficiency or both. ”,是在说明显式指定类型的劣势。
2023-09-20 11:33:38 +08:00
尚毛毛
1de81e61d5
重译简介的第一段 (#164) 2023-09-03 22:30:13 +08:00
v1nh1shungry
b25b7f7642
Fix item41 (#163)
原翻译易让人误解为“按值传递不会有切片问题”
2023-08-24 00:07:41 -05:00
L-Super
7559edafc3
Update item22.md (#162)
修改`incomplete type`翻译,改为符合广泛用词的`不完整类型`
2023-08-23 09:32:55 -05:00
YingQin Chen
c4295e5ab4 Fix typo in example code in item26 2023-05-06 14:20:11 +08:00
hding
45f9d5fec0 fix the title of item36 2023-05-06 14:18:54 +08:00
Tau
2fc6b628a9 Fix #154
除了纠正 std::mutex 的不可移动特性外,还修正了一个语句不通顺的地方,它在译文的第四行。
2023-04-27 14:46:06 +08:00
XiaoXKKK
fa293eec23
Fix #149 & #150 (#151)
* fix #150

* fix #149
2023-04-22 11:34:26 +08:00
yx
c70044e107
Update item8.md (#148)
Missing *

Co-authored-by: yekunxu <130904770+yekunxu@users.noreply.github.com>
2023-04-22 11:33:54 +08:00
ccyykkcyk
d2f59cdcd4 修复错误的链接 2023-03-29 23:12:17 +08:00
Yi Yang
227fe3f235 revise item 7 according to #122 (completely) 2023-03-06 21:29:49 +08:00
Yi Yang
c6da931d93 revise item 7 according to #122 (partially) 2023-03-05 22:36:36 +08:00
Xingyu Feng
1c9d4ba5b8
Update item30.md (#144) 2023-02-19 12:14:51 +08:00
Social_Mean
2492e6463b
将第一个代码块注释中的中文冒号改为英文冒号 (#141)
std::make_unique<Derived>();    //关于std::make_unique 
改为
std::make_unique<Derived>();    //关于std::make_unique
2023-01-31 11:01:12 +08:00
Yi Yang
305485e38e fix for #133 #134 #135 #138 #139 2023-01-29 11:38:33 +08:00
Yi Yang
dfaea82379 update 2022-12-28 10:42:42 +08:00
Yi Yang
8f0de3010f
Update README.md 2022-12-28 10:26:15 +08:00
David
a2296112ea chore: tune the express 2022-12-08 12:41:15 +08:00
He
cb23d19dba
Fix incorrect hyperlink path in all MD file (#137) 2022-11-25 13:43:12 +08:00
Yi Yang
48c82517e7 Update src/4.SmartPointers/item22.md 2022-11-19 22:13:26 +08:00
L-Super
69d3be3a08 Update item22.md
对照英文原版,重新翻译了该语段
2022-11-19 22:13:26 +08:00
LSuper
2a98bec46a improve:改善item22部分语句,使之更符合中文语义,更通顺 2022-11-19 22:13:26 +08:00
guojq
d0ad3dfdb9 shard->shared 2022-11-18 22:12:04 +08:00
David
ea85b90155 chore: add github link 2022-09-08 16:47:36 +08:00
xris1658
29a17211fb Update title of Item 21 2022-09-05 16:24:49 +08:00
xris1658
47344d25f9 Fix title of Item 21.
“而非new”->“而非直接使用new”
2022-09-05 16:24:49 +08:00
When
870210524e Update item4.md
fix typo
2022-09-05 16:24:12 +08:00
miamiaoxyz
fcd6fce86f fix introduction link 2022-09-05 16:23:41 +08:00
Yi Yang
19b4e25c69 tweak 2022-07-02 13:08:37 +08:00
David
faac919881 Fix path 2022-06-30 10:29:29 +08:00
David
e1a7ee2358 fix format 2022-06-30 10:28:04 +08:00
David
81c1293822 support online watch 2022-06-30 10:27:08 +08:00
David
edb1d73292 complete summary.md 2022-06-30 10:22:40 +08:00
David
fc0d38a832 use mdbook to deploy gh-pages for online watch 2022-06-30 10:22:40 +08:00
AllenMH
351b144f14 Update item3.md
删除多余的“就会”
如果那样的话就会这里就会有一些问题
——》
如果那样的话这里就会有一些问题
2022-05-05 15:52:54 +08:00
AllenMH
24633a4253 Update item4.md
删除多余的“我们”
为了实现我们我们想要查看
——》
为了实现我们想要查看
2022-05-05 15:52:28 +08:00