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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您不能忽视C++ 编码标准 作者:赫伯·萨特和安德烈·亚历山德雷斯库。
You can't afford to ignore C++ Coding Standards by Herb Sutter and Andrei Alexandrescu.
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.
Sutter 和 Alexandrescu 的 C++ 编码标准非常好。
C++ Coding Standards by Sutter and Alexandrescu is very good.
C++ FAQ (lite) 包含大量与编码标准相关的信息。
The C++ FAQ (lite) has lots of information that is relevant to a coding standard.