C++ Coding Standards
gzdicklee
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
019. Always initialize variables.
《C++ Coding Standards》读书笔记http://www.turingbook.com/Books/ShowBook.aspx?BookID=27 要初始化变量原创 2005-12-30 11:46:00 · 728 阅读 · 0 评论 -
047. Define and initialize member variables in the same order.
原创 2005-12-30 13:14:00 · 839 阅读 · 0 评论 -
C++ Coding Standards Bibliography
http://www.gotw.ca/publications/c++cs/bibliography.htmThis is a copy of the Bibliography from C++ Coding Standards, with hyperlinks for your browsing convenience.[Abelson96]H. Abelson and G. J. Sussma原创 2005-12-30 17:55:00 · 1289 阅读 · 0 评论
分享