相关疑难解决方法(0)

我可以使用if(指针)而不是if(指针!= NULL)吗?

检查指针是不是NULL通过简单写入if(pointer)或我必须使用它是否安全if(pointer != NULL)

c++ null pointers if-statement null-pointer

164
推荐指数
6
解决办法
8万
查看次数

标签 统计

c++ ×1

if-statement ×1

null ×1

null-pointer ×1

pointers ×1