0_0_23140021_100.cpp
0_0_23140021_100.cpp(37) : error C2061: 语法错误: 标识符“double_x”
0_0_23140021_100.cpp(37) : error C2535: “point::point(void)”: 已经定义或声明成员函数
0_0_23140021_100.cpp(35) : 参见“point::point”的声明
0_0_23140021_100.cpp(37) : error C2065: “_x”: 未声明的标识符
0_0_23140021_100.cpp(37) : error C2065: “_y”: 未声明的标识符
0_0_23140021_100.cpp(37) : error C2065: “_r”: 未声明的标识符
0_0_23140021_100.cpp(47) : error C2661: “point::point”: 没有重载函数接受 3 个参数
0_0_23140021_100.cpp(56) : error C2661: “point::point”: 没有重载函数接受 3 个参数
0_0_23140021_100.cpp(65) : error C2661: “point::point”: 没有重载函数接受 3 个参数
0_0_23140021_100.cpp(175) : error C2661: “point::point”: 没有重载函数接受 3 个参数
0_0_23140021_100.cpp(178) : error C2661: “point::point”: 没有重载函数接受 3 个参数
0_0_23140021_100.cpp(222) : error C2146: 语法错误: 缺少“;”(在标识符“stang”的前面)
0_0_23140021_100.cpp(225) : error C2661: “point::point”: 没有重载函数接受 3 个参数
0_0_23140021_100.cpp(229) : error C2628: “point”后面接“double”是非法的(是否忘记了“;”?)
0_0_23140021_100.cpp(229) : error C2440: “初始化”: 无法从“double”转换为“point”
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_23140021_100.cpp(232) : error C2665: “cos”: 3 个重载中没有一个可以转换所有参数类型
VC2013\INCLUDE\math.h(1167): 可能是“long double cos(long double) throw()”
VC2013\INCLUDE\math.h(1051): 或 “float cos(float) throw()”
VC2013\INCLUDE\math.h(484): 或 “double cos(double)”
尝试匹配参数列表“(point)”时
0_0_23140021_100.cpp(232) : error C2665: “sin”: 3 个重载中没有一个可以转换所有参数类型
VC2013\INCLUDE\math.h(1247): 可能是“long double sin(long double) throw()”
VC2013\INCLUDE\math.h(1131): 或 “float sin(float) throw()”
VC2013\INCLUDE\math.h(519): 或 “double sin(double)”
尝试匹配参数列表“(point)”时
0_0_23140021_100.cpp(232) : error C2661: “point::point”: 没有重载函数接受 2 个参数
0_0_23140021_100.cpp(268) : error C2146: 语法错误: 缺少“;”(在标识符“难道又是诡异的精度。。。”的前面)
0_0_23140021_100.cpp(268) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_23140021_100.cpp(268) : error C2143: 语法错误 : 缺少“;”(在“*”的前面)
0_0_23140021_100.cpp(269) : error C2146: 语法错误: 缺少“;”(在标识符“Source”的前面)
0_0_23140021_100.cpp(269) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_23140021_100.cpp(282) : error C2146: 语法错误: 缺少“;”(在标识符“Code:”的前面)
0_0_23140021_100.cpp(282) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_23140021_100.cpp(282) : error C2143: 语法错误 : 缺少“;”(在“const”的前面)
0_0_23140021_100.cpp(282) : error C2370: “eps”: 重定义;不同的存储类
0_0_23140021_100.cpp(11) : 参见“eps”的声明
0_0_23140021_100.cpp(284) : error C2370: “pi”: 重定义;不同的存储类
0_0_23140021_100.cpp(13) : 参见“pi”的声明
0_0_23140021_100.cpp(286) : error C2086: “double dx”: 重定义
0_0_23140021_100.cpp(71) : 参见“dx”的声明
0_0_23140021_100.cpp(286) : error C2086: “double dy”: 重定义
0_0_23140021_100.cpp(71) : 参见“dy”的声明
0_0_23140021_100.cpp(292) : error C2084: 函数“int main(void)”已有主体
0_0_23140021_100.cpp(103) : 参见“main”的前一个定义
|