799175_0_0_12582.cpp:10: 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*)'
799175_0_0_12582.cpp:10: 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*)'
799175_0_0_12582.cpp: In function `int main()':
799175_0_0_12582.cpp:12: error: assignment of function `char* ctime(const time_t*)'
799175_0_0_12582.cpp:12: error: cannot convert `int' to `char*()(const time_t*)' in assignment
799175_0_0_12582.cpp:18: error: invalid operands of types `double' and `char*()(const time_t*)' to binary `operator*'
799175_0_0_12582.cpp:19: error: assignment of function `char* ctime(const time_t*)'
799175_0_0_12582.cpp:19: error: cannot convert `int' to `char*()(const time_t*)' in assignment
799175_0_0_12582.cpp:34: error: pointer to a function used in arithmetic
799175_0_0_12582.cpp:34: error: assignment of function `char* ctime(const time_t*)'
799175_0_0_12582.cpp:34: error: cannot convert `char*(*)(const time_t*)' to `char*()(const time_t*)' in assignment
|