开源软件名称:changkun/modern-cpp-tutorial开源软件地址:https://github.com/changkun/modern-cpp-tutorial开源编程语言:C++ 50.5%开源软件介绍:Modern C++ Tutorial: C++11/14/17/20 On the FlyPurposeThe book claims to be "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 be aware that not all of these features are required. Instead, it should be learned when you really need it. At the same time, instead of coding-only, the book introduces the historical background of its technical requirements (as simple as possible), which provides great help in understanding why these features came out. In addition, the author would like to encourage readers to use modern C++ directly in their new projects and migrate their old projects to modern C++ gradually after reading the book. Targets
StartYou can choose from the following reading methods: CodeEach chapter of this book contains a lot of code. If you encounter problems while writing your own code with the introductory features of the book, reading the source code attached to the book might be of help. You can find the book here. All the code is organized by chapter, the folder name is the chapter number. ExercisesThere are few exercises at the end of each chapter of the book. These are meant to test whether you have mastered the knowledge in the current chapter. You can find the possible answer to the problem here. Again, the folder name is the chapter number. WebsiteThe source code of the website of this book can be found here, which is built by hexo and vuejs. The website provides you another way of reading the book, it also adapts to mobile browsers. BuildIf you are interested in building everything locally, it is recommended using Docker. To build, simply run: $ make build AcknowledgementsThis book was originally written in Chinese by Changkun Ou. The author has limited time and language skills. If readers find any mistakes in the book or any language improvements, please feel free to open an Issue or start a Pull request. For detailed guidelines and checklist, please refer to How to contribute. The author is grateful to all contributors, including but not limited to Contributors. This project is also supported by: Licenses
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论