- Notifications
You must be signed in to change notification settings - Fork0
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly
License
realcodebase/modern-cpp-tutorial
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The book claims "On the Fly". Its intent is to provide a comprehensive introduction to the relevant features regarding modern C++ (before 2020s).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.Readers should aware that all of these features are not required. It should be leart when you really need it.
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.
In addition, The author would like to encourage that readers should be able to use modern C++ directly in their new projects and migrate their old projects to modern C++ gradually after read the book.
This book assumes that readers are already familiar with traditional C++ (i.e. C++98 or earlier), 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;
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++.
You can choose from the following reading methods:
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 bookhere. All the code organized by chapter, the folder name is the chapter number.
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 fromhere. The folder name is the chapter number.
The source code of thewebsite of this book can be foundhere, which is built byhexo andvuejs. The website provides you another way of reading the book, it is also adapts to mobile.
If you are interested in build everything locally, it is recommended usingDocker. To build, simply run:
$ make build
This book was originally written in Chinese byChangkun Ou.
The author has limited time and language skills. If readers find any mistakes of the book or any language improvements, please feel free to open anIssue or start aPull request. For detailed guidelines and checklist, please refer toHow to contribute.
The author would be grateful to all contributors, including but not limited toContributors.
This work was written byOu Changkun and licensed under aCreative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. The code of this repository is open sourced under theMIT license.
About
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- C++52.0%
- CSS13.4%
- HTML10.6%
- TeX9.0%
- JavaScript6.5%
- Makefile5.4%
- Other3.1%