450348_0_0_14712.cpp
450348_0_0_14712.cpp(13) : error C2107: 非法索引,不允许间接寻址
450348_0_0_14712.cpp(15) : error C2107: 非法索引,不允许间接寻址
450348_0_0_14712.cpp(16) : error C2440: “=” : 无法从“int [41]”转换为“int”
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
450348_0_0_14712.cpp(27) : error C2107: 非法索引,不允许间接寻址
450348_0_0_14712.cpp(55) : error C2105: “++”需要 l 值
450348_0_0_14712.cpp(56) : error C2107: 非法索引,不允许间接寻址
450348_0_0_14712.cpp(66) : error C2440: “=” : 无法从“int”转换为“int [81]”
没有转换为数组类型,但有转换为数组的引用或指针
450348_0_0_14712.cpp(67) : error C2440: “=” : 无法从“int”转换为“int [81]”
没有转换为数组类型,但有转换为数组的引用或指针
|