From f4356cb396b7b940ffeb1590a6c99d4ddb2c88e6 Mon Sep 17 00:00:00 2001 From: FeignClaims Date: Thu, 26 Sep 2024 21:26:13 +0800 Subject: [PATCH] =?UTF-8?q?typo:=20=E7=A0=B4=E6=8A=98=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- c_or_cpp.rst | 4 ++-- faq/access_specifiers/main.rst | 2 +- faq/basic_concepts/resource.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/c_or_cpp.rst b/c_or_cpp.rst index 6adb017c..21f82100 100644 --- a/c_or_cpp.rst +++ b/c_or_cpp.rst @@ -22,7 +22,7 @@ 如果那教的就是 C++, 我也不会喜欢! - — C++ 创造者 Bjarne Stroustrup + —— C++ 创造者 Bjarne Stroustrup 通常, 选 C 课程和选 C++ 课程 **没有区别**, 在第一学期你甚至会学到几乎一样的内容. @@ -65,7 +65,7 @@ C 相信程序员, 而 C++ 相信编译器. - — Corentin Jabot + —— Corentin Jabot C++ 不是 C. 初学者用先学 C 再学 C++ 的方式学习 C++ 反而会让学习 C++ 变得困难: 用 C 语言的思维去看 C++ 只会觉得 C++ 疯得离谱才加了一堆特性或库 [#2]_. diff --git a/faq/access_specifiers/main.rst b/faq/access_specifiers/main.rst index 827416bb..a077035f 100644 --- a/faq/access_specifiers/main.rst +++ b/faq/access_specifiers/main.rst @@ -154,4 +154,4 @@ 你只可到这里, 不可越过. - — 基类访问控制符 + —— 基类访问控制符 diff --git a/faq/basic_concepts/resource.rst b/faq/basic_concepts/resource.rst index 3c7ff576..e8797d57 100644 --- a/faq/basic_concepts/resource.rst +++ b/faq/basic_concepts/resource.rst @@ -102,7 +102,7 @@ 那时我常用这样的方式解释有关概念, 有一个构造函数, 它建立其他成员函数进行操作的环境基础; 另有一个析构函数来销毁这个环境, 并释放它以前获得的所有资源. - — Bjarne Stroustrup《The Design and Evolution of C++》 + —— Bjarne Stroustrup《The Design and Evolution of C++》 .. note::