C++ Coding Standards Naming Conventions Variables int thisIsALocalVairable bool m_classMemberVariable static char s_classStaticVariable Functions void allFunctionsAreCamelCase() Classes class AllClassesArePascalCase Namespaces namespace hello::world {} Classes