0_0_2938825_16683.cpp:8: error: `bool time[250][1000]' 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_2938825_16683.cpp:8: error: declaration of `bool time[250][1000]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
0_0_2938825_16683.cpp: In function `void ainit(int)':
0_0_2938825_16683.cpp:25: error: pointer to a function used in arithmetic
0_0_2938825_16683.cpp:25: error: pointer to a function used in arithmetic
0_0_2938825_16683.cpp:25: error: assignment of read-only location
0_0_2938825_16683.cpp:25: error: cannot convert `int' to `time_t ()(time_t*)' in assignment
0_0_2938825_16683.cpp: In function `int main()':
0_0_2938825_16683.cpp:48: error: pointer to a function used in arithmetic
0_0_2938825_16683.cpp:48: error: pointer to a function used in arithmetic
0_0_2938825_16683.cpp:48: error: assignment of read-only location
0_0_2938825_16683.cpp:48: error: cannot convert `int' to `time_t ()(time_t*)' in assignment
0_0_2938825_16683.cpp:63: error: pointer to a function used in arithmetic
0_0_2938825_16683.cpp:63: error: pointer to a function used in arithmetic
0_0_2938825_16683.cpp:63: error: ISO C++ forbids comparison between pointer and integer
|