http://web.archive.org/web/20160430022340/http://google.github.io/styleguide/cppguide.html 主要注意几点: 函数名驼峰命名,没有下划线。缩写要当成一个词,比如RPC,要写成Rpc。类成员变量后trailing _表示。常量加k前缀。全局变量加g前缀。 转载于:https://www.cnblogs.com/linyx/p/9812877.html