可能重复:
C And C++ Coding Standards
What existing style and coding standard documents should be used on a C++ project?
如何在C ++中实现编码标准?任何参考书?
答案 0 :(得分:6)
你不能忽视Herb Sutter和Andrei Alexandrescu的C++ Coding Standards。
答案 1 :(得分:2)
Sutter和Alexandrescu,C ++编码标准,220 pgs,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包含一个目录。
答案 2 :(得分:0)
答案 3 :(得分:0)
C++ FAQ (lite)有许多与编码标准相关的信息。