0_0_1707549_32547.cpp
0_0_1707549_32547.cpp(11) : error C2440: “=” : 无法从“int”转换为“int [1000]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_1707549_32547.cpp(13) : error C2679: 二进制“>>” : 没有找到接受“anything but anonymous, property, event, asynchronous and template”类型的右操作数的运算符(或没有可接受的转换)
0_0_1707549_32547.cpp(16) : error C2664: “strcmp” : 不能将参数 1 从“char [1001][16]”转换为“const char *”
与指向的类型无关;转换要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_1707549_32547.cpp(17) : error C2105: “++”需要 l 值
|