Effective C++笔记 Minimize compilation dependencies between files 连串编译依存关系会对许多项目造成难以形容的灾难 前置声明 handle class interface class 降低文件间的编译依存性 总结