Google C++ style
intuitively,
1.头文件按照顺序: 类文件 -> c系统文件 -> cpp系统文件 -> 其他库头文件 -> 项目头文件
2.扩展名采用 .cc
3.文件名全小写
4.2 空格缩进
5.const 变量用 k 开头
Reference
[1]. https://google.github.io/styleguide/cppguide.html.
[2]. https://zh-google-styleguide.readthedocs.io/en/latest/google-cpp-styleguide/.
转载请注明来源, from goldandrabbit.github.io