Wireless Systems Group C Coding Standards Quick Reference Comments
Network Working Group Auerbach RFC# 496 SRI-ARC NIC # 15496 April 5, 1973 A TNLS QUICK REFERENCE CA
Cisco ProdUCt Quick Reference Guide(2004.12)
By Herb Sutter, Andrei Alexandrescu 著 树人 译类型安全90. 避免使用类型转换,优先使用多态。 关闭转换:避免通过转换一个对象的类型来定制行为。通过模
By Herb Sutter, Andrei Alexandrescu 著 树人 译编码风格 14. 优先使用编译时和链接时错误,而不是运行时错误。 不要把可以在构建时做的事情推迟到运行时来
By Herb Sutter, Andrei Alexandrescu 著 树人 译组织和方针问题 0. 不要为小事斤斤计较。(或者说是:知道什么东西不需要标准化) 少说废话,捡有必要的说:
By Herb Sutter, Andrei Alexandrescu 著 树人译 序言 及早地墨守成规:用相同的方法处理相同的过程。积累惯用法。标准化。你和莎士比亚之间的唯一差别就是习语表的长度
C++ Coding Standards Item 2 : Use an automated build system Summary Push the (singular) button: Use
http://www.gotw.ca/publications/c++cs.htm Table of Contents Preface Organizational and Policy Issu
参看