知识就是希望
在头文件里使用别的类,尽量使用类的声明,而不要include其他类的头文件。
class Ilog;
而不是在.h中 #include "log.h"
posted on 2020-02-17 11:13 lydstory 阅读(1495) 评论(0) 收藏 举报