0_0_4170097_773.cpp:17: error: `std::vector<double, std::allocator<double> > time' 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_4170097_773.cpp:17: error: declaration of `std::vector<double, std::allocator<double> > time'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
0_0_4170097_773.cpp: In function `int main()':
0_0_4170097_773.cpp:23: error: request for member `clear' in `time', which is of non-class type `time_t ()(time_t*)'
0_0_4170097_773.cpp:53: error: pointer to a function used in arithmetic
0_0_4170097_773.cpp:53: error: invalid operands of types `double' and `time_t ()(time_t*)' to binary `operator-'
0_0_4170097_773.cpp:60: error: request for member `push_back' in `time', which is of non-class type `time_t ()(time_t*)'
|