472127_0_0_17996.cpp:11: 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*)'
472127_0_0_17996.cpp:11: 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*)'
472127_0_0_17996.cpp: In function `int main()':
472127_0_0_17996.cpp:13: error: assignment of function `char* ctime(const time_t*)'
472127_0_0_17996.cpp:13: error: cannot convert `int' to `char*()(const time_t*)' in assignment
472127_0_0_17996.cpp:19: error: invalid operands of types `double' and `char*()(const time_t*)' to binary `operator*'
472127_0_0_17996.cpp:20: error: assignment of function `char* ctime(const time_t*)'
472127_0_0_17996.cpp:20: error: cannot convert `int' to `char*()(const time_t*)' in assignment
472127_0_0_17996.cpp:35: error: pointer to a function used in arithmetic
472127_0_0_17996.cpp:35: error: assignment of function `char* ctime(const time_t*)'
472127_0_0_17996.cpp:35: error: cannot convert `char*(*)(const time_t*)' to `char*()(const time_t*)' in assignment
|