开发者

Sample Code with Examples for the C++ Google Style Guide?

开发者_开发知识库

Are there any good places to get examples for the C++ Google Style Guide?


Google open sources a number of projects, most of which comply with their style guides:

  • protocol buffers
  • re2 - pcre regular expressions
  • perf tools - multithreaded performance analysis tools
  • gflags - command line flags

Search Google code for google projects, and you'll find a lot!


http://sites.google.com/a/chromium.org/dev/developers/coding-style http://src.chromium.org/viewvc/chrome/

The source code for Chrome should theoretically follow their standards :)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜