0_0_9827874_20715.cpp:12: error: `typedef struct time 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_9827874_20715.cpp:12: error: declaration of `typedef struct time 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_9827874_20715.cpp:12: error: declaration of `typedef struct time 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_9827874_20715.cpp:12: error: declaration of `typedef struct time 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_9827874_20715.cpp:14: error: `bi1' was not declared in this scope
0_0_9827874_20715.cpp:14: error: `bi2' was not declared in this scope
0_0_9827874_20715.cpp:15: error: initializer expression list treated as compound expression
0_0_9827874_20715.cpp:15: error: expected `,' or `;' before '{' token
0_0_9827874_20715.cpp: In function `int main()':
0_0_9827874_20715.cpp:33: error: expected `;' before "stu"
0_0_9827874_20715.cpp:34: error: expected `;' before "sortArr"
0_0_9827874_20715.cpp:41: error: `stu' undeclared (first use this function)
0_0_9827874_20715.cpp:41: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_9827874_20715.cpp:54: error: `sortArr' undeclared (first use this function)
|