0_0_15199227_25926.cpp
0_0_15199227_25926.cpp(120) : error C2146: 语法错误: 缺少“;”(在标识符“cir”的前面)
0_0_15199227_25926.cpp(120) : error C2079: “Circle”使用未定义的 struct“GetCirclePolyIntersection”
0_0_15199227_25926.cpp(120) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_15199227_25926.cpp(125) : error C2059: 语法错误:“)”
0_0_15199227_25926.cpp(125) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_15199227_25926.cpp(125) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
0_0_15199227_25926.cpp(126) : error C2146: 语法错误: 缺少“)”(在标识符“C”的前面)
0_0_15199227_25926.cpp(126) : error C2146: 语法错误: 缺少“;”(在标识符“C”的前面)
0_0_15199227_25926.cpp(126) : error C2079: “Circle”使用未定义的 struct“GetCirclePolyIntersection”
0_0_15199227_25926.cpp(126) : error C2086: “int Circle”: 重定义
0_0_15199227_25926.cpp(120) : 参见“Circle”的声明
0_0_15199227_25926.cpp(126) : error C2059: 语法错误:“)”
0_0_15199227_25926.cpp(126) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_15199227_25926.cpp(126) : error C2143: 语法错误 : 缺少“;”(在“:”的前面)
0_0_15199227_25926.cpp(127) : error C2448: “cir”: 函数样式初始值设定项类似函数定义
0_0_15199227_25926.cpp(140) : error C2664: “int getLineCircleIntersection(Line,Circle,double &,double &,std::vector<Point,std::allocator<_Ty>> &)”: 无法将参数 2 从“int”转换为“Circle”
with
[
_Ty=Point
]
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_15199227_25926.cpp(147) : error C2228: “.c”的左边必须有类/结构/联合
类型是“int”
0_0_15199227_25926.cpp(154) : error C2181: 没有匹配 if 的非法 else
0_0_15199227_25926.cpp(159) : error C2059: 语法错误:“}”
0_0_15199227_25926.cpp(159) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_15199227_25926.cpp(161) : error C2369: “p”: 重定义;不同的下标
0_0_15199227_25926.cpp(123) : 参见“p”的声明
0_0_15199227_25926.cpp(162) : error C2086: “int tail”: 重定义
0_0_15199227_25926.cpp(124) : 参见“tail”的声明
0_0_15199227_25926.cpp(182) : error C2146: 语法错误: 缺少“;”(在标识符“cir”的前面)
0_0_15199227_25926.cpp(182) : error C2064: 项不会计算为接受 2 个参数的函数
0_0_15199227_25926.cpp(183) : error C2079: “gcp”使用未定义的 struct“GetCirclePolyIntersection”
0_0_15199227_25926.cpp(183) : error C2440: “<function-style-cast>”: 无法从“int”转换为“GetCirclePolyIntersection”
源或目标有不完整类型
0_0_15199227_25926.cpp(184) : error C2228: “.solve”的左边必须有类/结构/联合
类型是“int”
|