为什么这段代码会导致Debug Assertion失败?
std::string query; int ClientID = 666; query = "select logged from login where id = "; query.append((char *)ClientID);
c++ std
c++ ×1
std ×1