Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 170 Bytes

头文件引用规范.md

File metadata and controls

4 lines (2 loc) · 170 Bytes

.h文件:不引用自定义common.h文件,尽量直接引用库文件,少引用其他自定义头文件(除非定义依赖)

.cpp文件:可引用common.h文件