只是好奇为什么C++标准库使用小写和下划线代替camelCase或PascalCase命名约定.
camelCase
PascalCase
就个人而言,我发现后者在输入代码时更容易处理,但有没有合理的理由使用前者?
c++ coding-style lowercase c++-standard-library
c++ ×1
c++-standard-library ×1
coding-style ×1
lowercase ×1