0_0_8687928_22270.cpp:5: error: `int time' redeclared as different kind of symbol
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: previous declaration of `time_t time(time_t*)'
0_0_8687928_22270.cpp:5: error: declaration of `int time'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
0_0_8687928_22270.cpp: In function `bool out(int, int)':
0_0_8687928_22270.cpp:8: error: ISO C++ forbids comparison between pointer and integer
0_0_8687928_22270.cpp: In function `bool out1(int, int)':
0_0_8687928_22270.cpp:13: error: pointer to a function used in arithmetic
0_0_8687928_22270.cpp:13: error: ISO C++ forbids comparison between pointer and integer
0_0_8687928_22270.cpp:13: error: ISO C++ forbids comparison between pointer and integer
0_0_8687928_22270.cpp: In function `void search(int, int)':
0_0_8687928_22270.cpp:19: error: invalid conversion from `time_t (*)(time_t*)' to `int'
0_0_8687928_22270.cpp: In function `void searh(int, int)':
0_0_8687928_22270.cpp:29: error: invalid conversion from `time_t (*)(time_t*)' to `int'
0_0_8687928_22270.cpp: In function `int main()':
0_0_8687928_22270.cpp:56: error: ISO C++ forbids incrementing a pointer of type `time_t (*)(time_t*)'
0_0_8687928_22270.cpp:56: error: non-lvalue in increment
0_0_8687928_22270.cpp:59: error: ISO C++ forbids comparison between pointer and integer
0_0_8687928_22270.cpp:61: error: ISO C++ forbids comparison between pointer and integer
0_0_8687928_22270.cpp:66: error: ISO C++ forbids comparison between pointer and integer
0_0_8687928_22270.cpp:68: error: ISO C++ forbids comparison between pointer and integer
0_0_8687928_22270.cpp:72: error: ISO C++ forbids incrementing a pointer of type `time_t (*)(time_t*)'
0_0_8687928_22270.cpp:72: error: non-lvalue in increment
0_0_8687928_22270.cpp:77: error: pointer to a function used in arithmetic
0_0_8687928_22270.cpp:77: error: ISO C++ forbids comparison between pointer and integer
0_0_8687928_22270.cpp:77: error: ISO C++ forbids comparison between pointer and integer
|