Skip to content

pydmy7/CPP-SCL

Repository files navigation

SCL - Standard Code Library

  • C++ style not C style
  • 像使用STL一样使用SCL
  • SCL是一个C++库,它是STL的补充,提供了更多的实用工具,帮助开发者更快更容易地完成C++项目。
  • 它提供了更多的容器,更多的算法,更多的函数,以及更多的工具,以帮助开发者更好地实现他们的想法。
  • https://zh-google-styleguide.readthedocs.io/en/latest/google-cpp-styleguide/contents/
  • class类名采用帕斯卡命名,函数使用驼峰法。
  • 不要定义隐式类型转换. 对于转换运算符和单参数构造函数, 请使用 explicit 关键字。
  • 对于转换运算符和单参数构造函数,尽量使用 explicit 关键字修饰避免出现隐式类型抓换。

About

Standard Code Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages