0_0_4684002_28029.cpp:7: error: `const double div' redeclared as different kind of symbol
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/stdlib.h:377: error: previous declaration of `div_t div(int, int)'
0_0_4684002_28029.cpp:7: error: declaration of `const double div'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/stdlib.h:377: error: conflicts with previous declaration `div_t div(int, int)'
0_0_4684002_28029.cpp: In function `double fun1()':
0_0_4684002_28029.cpp:18: error: invalid operands of types `double' and `<unknown type>' to binary `operator+'
0_0_4684002_28029.cpp:18: error: in evaluation of `operator+=(double, <unknown type>)'
0_0_4684002_28029.cpp:23: error: invalid operands of types `double' and `<unknown type>' to binary `operator*'
0_0_4684002_28029.cpp: In function `double fun3()':
0_0_4684002_28029.cpp:36: error: invalid operands of types `double' and `<unknown type>' to binary `operator+'
0_0_4684002_28029.cpp:36: error: in evaluation of `operator+=(double, <unknown type>)'
0_0_4684002_28029.cpp:41: error: invalid operands of types `double' and `<unknown type>' to binary `operator*'
|