|
| 1 | +<img src="assets/cover-2nd-en.png" alt="logo" height="600" align="right" /> |
| 2 | + |
| 3 | +# C++11/14/17 On the Fly |
| 4 | + |
| 5 | +  [](./assets/donate.md) [](./assets/community.md) |
| 6 | + |
| 7 | +> This book is adapting to C++17 |
| 8 | +
|
| 9 | +## Languages |
| 10 | + |
| 11 | +- 🇨🇳 [简体中文](./README.md) |
| 12 | +- 🇬🇧 English |
| 13 | + |
| 14 | +## Purpose |
| 15 | + |
| 16 | +The book claims "On the Fly". Its intent is to provide a comprehensive introduction to the relevant features regarding modern C++ (before 2020s). |
| 17 | +Readers can choose interesting content according to the following table of content to learn and quickly familiarize the new features you would like to learn. |
| 18 | +Readers should aware that all of these features are not required. It should be leart when you really need it. |
| 19 | + |
| 20 | +At the same time, instead of grammar-only, the book introduces the historical background as simple as possible of its technical requirements, which provides great help in understanding why these features comes out. |
| 21 | + |
| 22 | +In addition, The author would like to encourage that readers should be able to use C++17 directly in their new projects and migrate their old projects to C++17 gradually after read the book. |
| 23 | + |
| 24 | +## Targets |
| 25 | + |
| 26 | +- This book assumes that readers are already familiar with traditional C++ (e.g. C++98), at least they do not have any difficulty in reading traditional C++ code. In other words, those who have long experience in traditional C++ and people who desire to quickly understand the features of modern C++ in a short period of time are well suited to read the book; |
| 27 | + |
| 28 | +- This book introduces to a certain extent of the dark magic of modern C++. However, these magics are very limited, they are not suitable for readers who want to learn advanced C++. The purpose of this book is offering a quick start for modern C++. Of course, advanced readers can also use this book to review and examine themselves on modern C++. |
| 29 | + |
| 30 | +## Start |
| 31 | + |
| 32 | +You can choose from the following reading methods: |
| 33 | + |
| 34 | +- [GitHub Online](./book/en-us/toc.md) |
| 35 | +- [PDF document] |
| 36 | +- [Website] |
| 37 | + |
| 38 | +## Code |
| 39 | + |
| 40 | +Each chapter of this book has a lot of code. If you encounter problems when writing your own code with the introductory features of the book, you might as well read the source code attached to the book. You can find the book [here](./code). All the code organized by chapter, the folder name is the chapter number. |
| 41 | + |
| 42 | +## Exercises |
| 43 | + |
| 44 | +There are few exercises At the end of each chapter of the book. It is for testing whether you can use the knowledge points in the current chapter. You can find the possible answer to the problem from [here](./exercise). The folder name is the chapter number. |
| 45 | + |
| 46 | +## Acknowledgements |
| 47 | + |
| 48 | +This book is originally written in Chinese, and the author's time, skills and languages are limited. If readers find any mistakes of the book or any language improvements, please feel free to open an [issue](https://github.com/changkun/modern-cpp-tutorial/issues). The author would like to appreciate all of the contributors of this book for discovering mistakes: |
| 49 | + |
| 50 | +[recolic](https://www.gitbook.com/@recolic), [sinomiko](https://www.gitbook.com/@sinomiko), [jackwish](https://www.gitbook.com/@jackwish), [asmwarrior](https://www.gitbook.com/@asmwarrior), [garicc](https://www.gitbook.com/@ihpy), [jiangwenhan](https://www.gitbook.com/@jiangwenhan), [liangx8](https://www.gitbook.com/@liangx8), [slivermeteor](https://github.com/slivermeteor), [inkedawn](https://github.com/inkedawn), [zhaoyao73](https://github.com/zhaoyao73), [sundy-li](https://github.com/sundy-li), [dontpanic92](https://github.com/dontpanic92) |
| 51 | + |
| 52 | +## Licenses |
| 53 | + |
| 54 | +<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a><br />This work is written by [Ou Changkun](https://changkun.de) and licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a>. The code of this repository is open sourced under the [MIT license](./LICENSE). |
0 commit comments