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.
可能重复: 为什么 switch 语句不能应用于字符串?
在一些帖子中,我读到原因是“编译器必须理解两个值相等意味着什么”,但是在 C# 中它也不知道并且只是调用类似于 的函数Equals,那么为什么 C++ 也不能这样做呢?
Equals