87386_0_21292.cpp:12: 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*)'
87386_0_21292.cpp:12: 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*)'
87386_0_21292.cpp: In function `void BFS()':
87386_0_21292.cpp:44: error: ISO C++ forbids incrementing a pointer of type `time_t (*)(time_t*)'
87386_0_21292.cpp:44: error: non-lvalue in increment
87386_0_21292.cpp:48: error: pointer to a function used in arithmetic
87386_0_21292.cpp:48: error: ISO C++ forbids comparison between pointer and integer
87386_0_21292.cpp:50: error: invalid conversion from `time_t (*)(time_t*)' to `int'
87386_0_21292.cpp: In function `int main()':
87386_0_21292.cpp:109: error: assignment of function `time_t time(time_t*)'
87386_0_21292.cpp:109: error: cannot convert `int' to `time_t ()(time_t*)' in assignment
87386_0_21292.cpp:121: error: ISO C++ forbids comparison between pointer and integer
87386_0_21292.cpp:121: error: invalid conversion from `time_t (*)(time_t*)' to `int'
|