C编码规范命名规范1. 利用Pascal的方式定义类型方法名和常量Pascal方式:所有单词第一个字母大写其他字母小写public?class?SomeClass{const?int?DefaultSize=100public?SomeMethod(){}}2. 对于局部变量和方法的参数使用Camel骆驼命名法Camel方式:除第一个单词外所有单词第一个字母大写其他字母小写int?numbe