0_0_18695245_17708.cpp
0_0_18695245_17708.cpp(6) : error C2365: “y1”: 重定义;以前的定义是“函数”
VC2013\INCLUDE\math.h(1001) : 参见“y1”的声明
0_0_18695245_17708.cpp(52) : error C2171: “--”:“double (__cdecl *)(double)”类型的操作数非法
0_0_18695245_17708.cpp(52) : error C2105: “--”需要左值
0_0_18695245_17708.cpp(54) : error C2446: “!=”: 没有从“int”到“double (__cdecl *)(double)”的转换
从整型转换为指针类型要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_18695245_17708.cpp(54) : error C2040: “!=”:“double (__cdecl *)(double)”与“int”的间接寻址级别不同
0_0_18695245_17708.cpp(54) : error C2107: 非法索引,不允许间接寻址
0_0_18695245_17708.cpp(57) : error C2107: 非法索引,不允许间接寻址
0_0_18695245_17708.cpp(59) : error C2296: “+”: 非法,左操作数包含“double (__cdecl *)(double)”类型
0_0_18695245_17708.cpp(59) : error C2660: “dfs”: 函数不接受 3 个参数
|