0_0_8712310_23688.cpp
0_0_8712310_23688.cpp(127) : error C2370: “eps” : 重定义;不同的存储类
0_0_8712310_23688.cpp(12) : 参见“eps”的声明
0_0_8712310_23688.cpp(129) : error C2084: 函数“int sgn(double)”已有主体
0_0_8712310_23688.cpp(13) : 参见“sgn”的前一个定义
0_0_8712310_23688.cpp(130) : error C3861: “eps”: 即使使用参数相关的查找,也未找到标识符
0_0_8712310_23688.cpp(135) : error C2011: “Point3D” : “struct”类型重定义
0_0_8712310_23688.cpp(20) : 参见“Point3D”的声明
0_0_8712310_23688.cpp(163) : error C2084: 函数“double calc(Point3D,Point3D,Point3D,Point3D)”已有主体
0_0_8712310_23688.cpp(47) : 参见“calc”的前一个定义
0_0_8712310_23688.cpp(169) : error C2011: “Node” : “struct”类型重定义
0_0_8712310_23688.cpp(54) : 参见“Node”的声明
0_0_8712310_23688.cpp(180) : error C2084: 函数“int main(void)”已有主体
0_0_8712310_23688.cpp(64) : 参见“main”的前一个定义
0_0_8712310_23688.cpp(201) : error C3861: “sgn”: 即使使用参数相关的查找,也未找到标识符
0_0_8712310_23688.cpp(203) : error C3861: “sgn”: 即使使用参数相关的查找,也未找到标识符
0_0_8712310_23688.cpp(211) : error C3861: “calc”: 即使使用参数相关的查找,也未找到标识符
0_0_8712310_23688.cpp(211) : error C2440: “初始化” : 无法从“double (__cdecl *)(Point3D,Point3D,Point3D,Point3D)”转换为“double”
上下文不允许消除重载函数的歧义
0_0_8712310_23688.cpp(213) : error C3861: “eps”: 即使使用参数相关的查找,也未找到标识符
|