C++编码标准

发布于 2024-09-03 20:54:51 字数 362 浏览 2 评论 0原文

可能的重复:
C 和 C++ 编码标准
现有的样式和编码标准是什么文档应该用在C++项目上吗?

如何达到C++编码标准?有什么参考书吗?

Possible Duplicates:
C And C++ Coding Standards
What existing style and coding standard documents should be used on a C++ project?

How to acheive coding standards in C++? Any reference books?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

烟─花易冷 2024-09-10 20:54:51

您不能忽视C++ 编码标准 作者:赫伯·萨特和安德烈·亚历山德雷斯库。

You can't afford to ignore C++ Coding Standards by Herb Sutter and Andrei Alexandrescu.

娇妻 2024-09-10 20:54:51

Sutter 和 Alexandrescu,C++ 编码标准,220 页,Addison-Wesley,2005 年,ISBN 0-321-11358-6

由 C++ FAQ Lite 推荐 (http://www.parashift.com/c++-faq-lite/coding-standards.html)

如果您好奇什么本书描述的各种内容, http://www.gotw.ca/publications/ c++cs.htm 包含一个目录。

Sutter and Alexandrescu, C++ Coding Standards, 220 pgs, Addison-Wesley, 2005, ISBN 0-321-11358-6

is recomended by the C++ FAQ Lite (http://www.parashift.com/c++-faq-lite/coding-standards.html)

If you're curious about what sorts of things this book describes, http://www.gotw.ca/publications/c++cs.htm contains a table of contents.

去了角落 2024-09-10 20:54:51

Sutter 和 Alexandrescu 的 C++ 编码标准非常好。

C++ Coding Standards by Sutter and Alexandrescu is very good.

身边 2024-09-10 20:54:51

C++ FAQ (lite) 包含大量与编码标准相关的信息。

The C++ FAQ (lite) has lots of information that is relevant to a coding standard.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文