摘要: 1,c++宏定义是干啥的?防止重复引用,如何防止重复引用? //a.h //声明一个类,和其他声明 #include <iostream> class A{ public: static int a; static int b; }; //b.h //需要a.h的类,又还有些其他声明 #includ 阅读全文
posted @ 2020-01-16 16:15 0点0度 阅读(419) 评论(0) 推荐(0) 编辑