Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
if(player!=NULL) player->shuffled();
文字列コンストラクターに null 参照を渡すことを避けるためにこのようなことを行いますが、コンパイル時にエラーが発生します。
どこかで、どういうわけか、値がNULLのstd::stringコンストラクターを呼び出しています。const char*
std::string
const char*
問題を回避するため。そうしないでください。