
翻译文章
文章平均质量分 83
安菲拉尔
这个作者很懒,什么都没留下…
展开
-
Google C++ Style Guide中英对照(一)
Google C++ Style Guide翻译版——by安菲拉尔 2013/02/091 Background 背景C++ is the main development language used by many of Google's open-source projects. As every C++ programmer knows, the language has翻译 2013-03-07 16:24:58 · 3552 阅读 · 0 评论 -
Using smart pointers for class members
1. Using smart pointers for class membershttp://stackoverflow.com/questions/15648844/using-smart-pointers-for-class-membersQuestion:I'm havingtrouble understanding the usage of smart pointers a翻译 2013-08-06 23:28:45 · 941 阅读 · 0 评论 -
Google C++ Style Guide中英对照(三)
1 Naming 命名规则The mostimportant consistency rules are those that govern naming. The style of a nameimmediately informs us what sort of thing the named entity is: a type, avariable, a function, a cons翻译 2013-03-19 10:35:22 · 9385 阅读 · 2 评论 -
Google C++ Style Guide中英对照(二)
1 Classes 类Classes are thefundamental unit of code in C++. Naturally, we use them extensively. Thissection lists the main dos and don'ts you should follow when writing a class.类是C++最基本的代码单元。显然它们被广翻译 2013-03-13 10:19:20 · 10779 阅读 · 1 评论