From 9dbdd53f2e11e6ad0906522730e0c0367de9d285 Mon Sep 17 00:00:00 2001 From: Changkun Ou Date: Mon, 10 Aug 2020 09:52:24 +0200 Subject: [PATCH] book/en: typo fixes Fixes #113 --- book/en-us/01-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/en-us/01-intro.md b/book/en-us/01-intro.md index 73d6f7e4..aa5cd32e 100644 --- a/book/en-us/01-intro.md +++ b/book/en-us/01-intro.md @@ -51,7 +51,7 @@ There are also other features such as parameter binding (C++11 provides `std::bi ## 1.2 Compatibilities with C -For some force majeure and historical reasons, we had to use some C code (even old C code) in C++, for example, Linux system calls. Before the advent of modern C++, most people talked about "what is the difference between C and C++". Generally speaking, in addition to answering the object-oriented class features and the template features of generic programming, there is no other opinion, or even a direct answer. "Almost" is also a lot of people. The Wayne diagram in Figure 1.2 roughly answers the C and C++ related compatibility. +For some force majeure and historical reasons, we had to use some C code (even old C code) in C++, for example, Linux system calls. Before the advent of modern C++, most people talked about "what is the difference between C and C++". Generally speaking, in addition to answering the object-oriented class features and the template features of generic programming, there is no other opinion, or even a direct answer. "Almost" is also a lot of people. The Venn diagram in Figure 1.2 roughly answers the C and C++ related compatibility. ![Figure 1.2: Compatabilities between ISO C and ISO C++](../../assets/figures/comparison.png)