CPlusPlusThings/codingStyleIdioms
2023-03-30 22:53:48 +08:00
..
1_classInitializers support bazel complie this project and format code. 2023-03-30 22:53:48 +08:00
2_enumclass support bazel complie this project and format code. 2023-03-30 22:53:48 +08:00
3_RAII support bazel complie this project and format code. 2023-03-30 22:53:48 +08:00
4_copy-swap support bazel complie this project and format code. 2023-03-30 22:53:48 +08:00
5_pImpl support bazel complie this project and format code. 2023-03-30 22:53:48 +08:00
README.md update 2019-12-12 16:09:55 +08:00

你最喜欢的c++编程风格惯用法是什么?

在stackoverflow上找到了一篇文章写的蛮好的地址如下

https://stackoverflow.com/questions/276173/what-are-your-favorite-c-coding-style-idioms#comment60171463_2034439

由于是英文的,且比较重要,于是总结成下面几条!