0_0_7139111_31844.cpp
0_0_7139111_31844.cpp(16) : error C2446: “==” : 没有从“int”到“int (__cdecl *)(int)”的转换
从整型转换为指针类型要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_7139111_31844.cpp(16) : error C2040: “==” : “int (__cdecl *)(int)”与“int”的间接寻址级别不同
0_0_7139111_31844.cpp(20) : error C2562: “main” : “void”函数返回值
0_0_7139111_31844.cpp(9) : 参见“main”的声明
|