Skip to content

Commit

Permalink
book/en: typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
changkun committed Aug 10, 2020
1 parent 93df232 commit 9dbdd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/en-us/01-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9dbdd53

Please sign in to comment.