报错null was not declared in this scope 问题:有的时候有的平台报错null was not declared in this scope解决方案:在头文件添加如下代码即可#ifndef NULL#define NULL 0#endif Other 2023-10-01 170 点赞 2 评论 257 浏览