此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
注意
访问此页面需要授权。 可以尝试登录或更改目录。
访问此页面需要授权。 可以尝试更改目录。
“type”: 非法的 case 表达式类型
case 表达式必须是整数常量。
以下示例生成 C2052:
// C2052.cpp int main() { int index = 0; switch (index) { case 1: return 24; case 1.0: // C2052 // try the following line instead // case 2: return 23; } }
此页面是否有帮助?
需要有关本主题的帮助?
想要尝试使用 Ask Learn 阐明或指导你完成本主题?