mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-18 13:14:38 +03:00
see #6: pdf for english version
This commit is contained in:
@@ -32,8 +32,8 @@ In addition, The author would like to encourage that readers should be able to u
|
||||
You can choose from the following reading methods:
|
||||
|
||||
- [GitHub Online](./book/en-us/toc.md)
|
||||
- [PDF document]
|
||||
- [Website]
|
||||
- [PDF document](./pdf/en-us/modern-cpp-tutorial.pdf)
|
||||
- [Website](https://changkun.de/modern-cpp)
|
||||
|
||||
## Code
|
||||
|
||||
@@ -43,11 +43,15 @@ Each chapter of this book has a lot of code. If you encounter problems when writ
|
||||
|
||||
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.
|
||||
|
||||
## Website
|
||||
|
||||
The source code of the [website](https://changkun.de/modern-cpp) of this book can be found [here](./website), which is built by [hexo](https://hexo.io) and [vuejs](https://vuejs.org). The website provides you another way of reading the book, it is also adapts to mobile.
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
This book is originally written in Chinese.
|
||||
|
||||
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 an [issue](https://github.com/changkun/modern-cpp-tutorial/issues).
|
||||
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 an [Issue](https://github.com/changkun/modern-cpp-tutorial/issues) or start a [Pull request](https://github.com/changkun/modern-cpp-tutorial/pulls).
|
||||
|
||||
## Licenses
|
||||
|
||||
|
||||
Reference in New Issue
Block a user