0_0_1317497_20286.cpp
0_0_1317497_20286.cpp(28) : error C2297: “*” : 非法,右操作数包含“int [11000]”类型
0_0_1317497_20286.cpp(28) : error C2440: “类型转换” : 无法从“int [11000]”转换为“double”
没有使该转换得以执行的上下文
0_0_1317497_20286.cpp(29) : error C2296: “*” : 非法,左操作数包含“int [11000]”类型
0_0_1317497_20286.cpp(29) : error C2440: “=” : 无法从“int [11000]”转换为“int”
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
|