0_0_1352445_19531.cpp
0_0_1352445_19531.cpp(14) : error C2297: “+=” : 非法,右操作数包含“int [5]”类型
0_0_1352445_19531.cpp(14) : error C2040: “+=” : “int”与“int [5]”的间接寻址级别不同
0_0_1352445_19531.cpp(16) : error C2440: “=” : 无法从“double”转换为“double [50]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_1352445_19531.cpp(22) : error C2297: “+=” : 非法,右操作数包含“int [5]”类型
0_0_1352445_19531.cpp(22) : error C2040: “+=” : “int”与“int [5]”的间接寻址级别不同
0_0_1352445_19531.cpp(31) : error C2446: “<” : 没有从“double”到“int *”的转换
没有使该转换得以执行的上下文
0_0_1352445_19531.cpp(31) : error C2440: “<” : 无法从“double”转换为“int [5]”
|