0_0_24606380_4670.cpp
0_0_24606380_4670.cpp(20) : error C2228: “.h”的左边必须有类/结构/联合
类型是“edge *const ”
是否改用“->”?
0_0_24606380_4670.cpp(32) : error C2065: “mid”: 未声明的标识符
0_0_24606380_4670.cpp(33) : error C2065: “mid”: 未声明的标识符
0_0_24606380_4670.cpp(65) : error C2679: 二进制“=”: 没有找到接受“edge *”类型的右操作数的运算符(或没有可接受的转换)
0_0_24606380_4670.cpp(22): 可能是“edge &edge::operator =(const edge &)”
尝试匹配参数列表“(edge, edge *)”时
0_0_24606380_4670.cpp(66) : error C2679: 二进制“=”: 没有找到接受“edge *”类型的右操作数的运算符(或没有可接受的转换)
0_0_24606380_4670.cpp(22): 可能是“edge &edge::operator =(const edge &)”
尝试匹配参数列表“(edge, edge *)”时
0_0_24606380_4670.cpp(79) : error C2039: “cover”: 不是“edge”的成员
0_0_24606380_4670.cpp(14) : 参见“edge”的声明
0_0_24606380_4670.cpp(79) : error C2660: “update”: 函数不接受 3 个参数
|