0_0_4470393_7262.cpp:7: error: `Time time[105]' 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_4470393_7262.cpp:7: error: declaration of `Time time[105]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
0_0_4470393_7262.cpp: In function `int main()':
0_0_4470393_7262.cpp:20: error: pointer to a function used in arithmetic
0_0_4470393_7262.cpp:20: error: request for member `start' in `*((+((unsigned int)i)) + time)', which is of non-class type `time_t ()(time_t*)'
0_0_4470393_7262.cpp:20: error: pointer to a function used in arithmetic
0_0_4470393_7262.cpp:20: error: request for member `end' in `*((+((unsigned int)i)) + time)', which is of non-class type `time_t ()(time_t*)'
0_0_4470393_7262.cpp:22: error: pointer to a function used in arithmetic
0_0_4470393_7262.cpp:22: error: ISO C++ forbids applying `sizeof' to an expression of function type
0_0_4470393_7262.cpp:22: error: invalid conversion from `time_t (*)(time_t*)' to `void*'
0_0_4470393_7262.cpp:22: error: initializing argument 1 of `void qsort(void*, size_t, size_t, int (*)(const void*, const void*))'
0_0_4470393_7262.cpp:24: error: pointer to a function used in arithmetic
0_0_4470393_7262.cpp:24: error: request for member `end' in `time', which is of non-class type `time_t ()(time_t*)'
0_0_4470393_7262.cpp:27: error: pointer to a function used in arithmetic
0_0_4470393_7262.cpp:27: error: pointer to a function used in arithmetic
0_0_4470393_7262.cpp:27: error: request for member `start' in `*(((time_t (*)(time_t*))i) + (time + 1u))', which is of non-class type `time_t ()(time_t*)'
0_0_4470393_7262.cpp:29: error: pointer to a function used in arithmetic
0_0_4470393_7262.cpp:29: error: pointer to a function used in arithmetic
0_0_4470393_7262.cpp:29: error: request for member `end' in `*(((time_t (*)(time_t*))i) + (time + 1u))', which is of non-class type `time_t ()(time_t*)'
|