- 新增现代 C++ 教程的 Preface 章节,包括英文和中文版本 - 添加 C++ Primer 练习代码 - 新增 Learn C++ 教程的 C++ 开发简介章节 - 添加头文件解析文档 - 更新 mkdocs.yml,包含新教程的目录结构 - 修改项目设置,使用 Python 3.10环境
1.4 KiB
1.4 KiB
title, type, order
| title | type | order |
|---|---|---|
| Appendix 2: Modern C++ Best Practices | book-en-us | 12 |
Appendix 2: Modern C++ Best Practices
In this appendix we will briefly talk about the best practices of modern C++. In general, the author's thoughts on C++'s best practices are mainly absorbed from Effective Modern C++ and C++ Style Guide. In this appendix, we will briefly discuss and use the actual examples to illustrate the methods, and introduce some of the author's personal, non-common, non-sensible best practices, and how to ensure the overall quality of the code.
Common Tools
TODO:
Coding Style
TODO:
Overall Performance
TODO:
Code Security
TODO:
Maintainability
TODO:
Portability
TODO:
Table of Content | Previous Chapter
Licenses

This work was written by Ou Changkun and licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. The code of this repository is open sourced under the MIT license.