Czo*_*zon 17 c++ libstdc++
if(player!=NULL) player->shuffled();
我这样做是为了避免将null引用传递给字符串构造函数,但是在编译时仍然会出错.
Dav*_*e S 64
在某个地方,不知何故,你正在std::string使用const char*NULL值调用构造函数.
std::string
const char*
避免这个问题.不要那样做.
归档时间:
13 年,3 月 前
查看次数:
67073 次
最近记录:
7 年,10 月 前