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.
コンパイラは、の結果がdel.compare0に匹敵しないと言っています
del.compare
あなたはについて何も示していないdel.compareので、これ以上言うことはできません
現時点ではFIRST…の宣言が欠けています
FIRST
しばらくしてから–おそらく、でFIRSTあることが明らかになりました。stringstd::string
string
std::string
std::stringaを0または。と比較することはできませんnullptr。
nullptr
length()ただし、たとえば0と比較することはできます。
length()