mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 04:34:40 +03:00
update: use badges for language switching
This commit is contained in:
@@ -2,15 +2,11 @@
|
|||||||
|
|
||||||
# C++11/14/17 On the Fly
|
# C++11/14/17 On the Fly
|
||||||
|
|
||||||
  [](./assets/donate.md) [](./assets/community.md)
|
 [](./README.md) [](./README-en-us.md) [](./assets/donate.md) [](./assets/community.md)
|
||||||
|
|
||||||
|
|
||||||
> This book is adapting to C++17 and translating to English.
|
> This book is adapting to C++17 and translating to English.
|
||||||
|
|
||||||
## Languages
|
|
||||||
|
|
||||||
- 🇨🇳 [简体中文](./README.md)
|
|
||||||
- 🇬🇧 English
|
|
||||||
|
|
||||||
## Purpose
|
## Purpose
|
||||||
|
|
||||||
The book claims "On the Fly". Its intent is to provide a comprehensive introduction to the relevant features regarding modern C++ (before 2020s).
|
The book claims "On the Fly". Its intent is to provide a comprehensive introduction to the relevant features regarding modern C++ (before 2020s).
|
||||||
|
|||||||
12
README.md
12
README.md
@@ -2,17 +2,13 @@
|
|||||||
|
|
||||||
# 《高速上手 C++11/14/17》
|
# 《高速上手 C++11/14/17》
|
||||||
|
|
||||||

|

|
||||||

|
[](./README.md) [](./README-en-us.md)
|
||||||
[](./assets/donate.md) [](./assets/community.md)
|
[](./assets/donate.md)
|
||||||
|
[](./assets/community.md)
|
||||||
|
|
||||||
> 本书正在适配 C++17 新特性,尽请期待。
|
> 本书正在适配 C++17 新特性,尽请期待。
|
||||||
|
|
||||||
## 语言
|
|
||||||
|
|
||||||
- 🇨🇳 简体中文
|
|
||||||
- 🇬🇧 [English](./README-en-us.md)
|
|
||||||
|
|
||||||
## 本书目的
|
## 本书目的
|
||||||
|
|
||||||
本书号称『高速上手』,从内容上对二十一世纪二十年代之前产生 C++ 的相关特性做了非常相对全面的介绍,读者可以自行根据下面的目录选取感兴趣的内容进行学习,快速熟悉需要了解的内容。这些特性并不需要全部掌握,只需针对自己的使用需求和特定的应用场景,学习、查阅最适合自己的新特性即可。
|
本书号称『高速上手』,从内容上对二十一世纪二十年代之前产生 C++ 的相关特性做了非常相对全面的介绍,读者可以自行根据下面的目录选取感兴趣的内容进行学习,快速熟悉需要了解的内容。这些特性并不需要全部掌握,只需针对自己的使用需求和特定的应用场景,学习、查阅最适合自己的新特性即可。
|
||||||
|
|||||||
Reference in New Issue
Block a user