62715_0_22483.cpp:4: error: `int time[16][3]' 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*)'
62715_0_22483.cpp:4: error: declaration of `int time[16][3]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
62715_0_22483.cpp: In function `void sort(int)':
62715_0_22483.cpp:12: error: pointer to a function used in arithmetic
62715_0_22483.cpp:12: error: pointer to a function used in arithmetic
62715_0_22483.cpp:12: error: ISO C++ forbids comparison between pointer and integer
62715_0_22483.cpp:14: error: pointer to a function used in arithmetic
62715_0_22483.cpp:14: error: pointer to a function used in arithmetic
62715_0_22483.cpp:14: error: ISO C++ forbids comparison between pointer and integer
62715_0_22483.cpp:16: error: pointer to a function used in arithmetic
62715_0_22483.cpp:16: error: pointer to a function used in arithmetic
62715_0_22483.cpp:16: error: invalid conversion from `time_t (*)(time_t*)' to `int'
62715_0_22483.cpp:18: error: pointer to a function used in arithmetic
62715_0_22483.cpp:18: error: pointer to a function used in arithmetic
62715_0_22483.cpp:18: error: ISO C++ forbids comparison between pointer and integer
62715_0_22483.cpp:20: error: pointer to a function used in arithmetic
62715_0_22483.cpp:20: error: pointer to a function used in arithmetic
62715_0_22483.cpp:20: error: invalid conversion from `time_t (*)(time_t*)' to `int'
62715_0_22483.cpp:23: error: pointer to a function used in arithmetic
62715_0_22483.cpp:23: error: pointer to a function used in arithmetic
62715_0_22483.cpp:23: error: assignment of read-only location
62715_0_22483.cpp:23: error: cannot convert `int' to `time_t ()(time_t*)' in assignment
62715_0_22483.cpp: In function `int main()':
62715_0_22483.cpp:35: error: pointer to a function used in arithmetic
62715_0_22483.cpp:35: error: pointer to a function used in arithmetic
62715_0_22483.cpp:35: error: ambiguous overload for 'operator>>' in 'std::cin >> **((+((unsigned int)i)) + time)'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/istream.tcc:87: note: candidates are: std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::operator>>(std::basic_istream<_CharT, _Traits>&(*)(std::basic_istream<_CharT, _Traits>&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/istream.tcc:93: note: std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::operator>>(std::basic_ios<_CharT, _Traits>&(*)(std::basic_ios<_CharT, _Traits>&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/istream.tcc:102: note: std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::operator>>(std::ios_base&(*)(std::ios_base&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
62715_0_22483.cpp:35: error: pointer to a function used in arithmetic
62715_0_22483.cpp:35: error: pointer to a function used in arithmetic
62715_0_22483.cpp:36: error: pointer to a function used in arithmetic
62715_0_22483.cpp:36: error: pointer to a function used in arithmetic
62715_0_22483.cpp:36: error: pointer to a function used in arithmetic
62715_0_22483.cpp:36: error: pointer to a function used in arithmetic
62715_0_22483.cpp:36: error: pointer to a function used in arithmetic
62715_0_22483.cpp:36: error: pointer to a function used in arithmetic
62715_0_22483.cpp:36: error: ISO C++ forbids using pointer to a function in subtraction
62715_0_22483.cpp:36: error: assignment of read-only location
62715_0_22483.cpp:36: error: cannot convert `int' to `time_t ()(time_t*)' in assignment
62715_0_22483.cpp:43: error: pointer to a function used in arithmetic
62715_0_22483.cpp:43: error: pointer to a function used in arithmetic
62715_0_22483.cpp:43: error: pointer to a function used in arithmetic
62715_0_22483.cpp:43: error: invalid conversion from `time_t (*)(time_t*)' to `int'
62715_0_22483.cpp:44: error: pointer to a function used in arithmetic
62715_0_22483.cpp:44: error: pointer to a function used in arithmetic
62715_0_22483.cpp:44: error: ISO C++ forbids comparison between pointer and integer
62715_0_22483.cpp:45: error: pointer to a function used in arithmetic
62715_0_22483.cpp:45: error: pointer to a function used in arithmetic
62715_0_22483.cpp:45: error: invalid operands of types `int' and `time_t ()(time_t*)' to binary `operator-'
|