命名规范 (C++)

文件

my_code_file.cc

MyCodeClass { ...

变量

普通变量

string my_normal_var;

类成员

string var_in_the_class_;

常量

const int kMyConstantVar;

函数

MyCodeFunc()

你可能感兴趣的:(零碎,c++)