0_0_4451554_25903.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_4451554_25903.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_4451554_25903.cpp: In function `int main()':
0_0_4451554_25903.cpp:21: error: pointer to a function used in arithmetic
0_0_4451554_25903.cpp:21: error: request for member `st' in `*((+((unsigned int)i)) + time)', which is of non-class type `time_t ()(time_t*)'
0_0_4451554_25903.cpp:21: error: pointer to a function used in arithmetic
0_0_4451554_25903.cpp:21: error: request for member `ed' in `*((+((unsigned int)i)) + time)', which is of non-class type `time_t ()(time_t*)'
0_0_4451554_25903.cpp:22: error: pointer to a function used in arithmetic
0_0_4451554_25903.cpp:22: error: ISO C++ forbids applying `sizeof' to an expression of function type
0_0_4451554_25903.cpp:22: error: invalid conversion from `time_t (*)(time_t*)' to `void*'
0_0_4451554_25903.cpp:22: error: initializing argument 1 of `void qsort(void*, size_t, size_t, int (*)(const void*, const void*))'
0_0_4451554_25903.cpp:23: error: pointer to a function used in arithmetic
0_0_4451554_25903.cpp:23: error: request for member `ed' in `time', which is of non-class type `time_t ()(time_t*)'
0_0_4451554_25903.cpp:25: error: pointer to a function used in arithmetic
0_0_4451554_25903.cpp:25: error: request for member `st' in `*((+((unsigned int)i)) + time)', which is of non-class type `time_t ()(time_t*)'
0_0_4451554_25903.cpp:27: error: pointer to a function used in arithmetic
0_0_4451554_25903.cpp:27: error: request for member `ed' in `*((+((unsigned int)i)) + time)', which is of non-class type `time_t ()(time_t*)'
|