0_0_8821470_23346.cpp:15: error: `int ctime' redeclared as different kind of symbol
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:100: error: previous declaration of `char* ctime(const time_t*)'
0_0_8821470_23346.cpp:15: error: declaration of `int ctime'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:100: error: conflicts with previous declaration `char* ctime(const time_t*)'
0_0_8821470_23346.cpp: In function `int indfs(int, int)':
0_0_8821470_23346.cpp:34: error: pointer to a function used in arithmetic
0_0_8821470_23346.cpp:34: error: assignment of function `char* ctime(const time_t*)'
0_0_8821470_23346.cpp:34: error: cannot convert `char*(*)(const time_t*)' to `char*()(const time_t*)' in assignment
0_0_8821470_23346.cpp: In function `int main()':
0_0_8821470_23346.cpp:68: error: assignment of function `char* ctime(const time_t*)'
0_0_8821470_23346.cpp:68: error: cannot convert `int' to `char*()(const time_t*)' in assignment
0_0_8821470_23346.cpp:80: error: invalid operands of types `int' and `char*()(const time_t*)' to binary `operator-'
0_0_8821470_23346.cpp:80: error: in evaluation of `operator-=(int, char*()(const time_t*))'
|