0_0_12060835_24464.cpp:14: error: `const int 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_12060835_24464.cpp:14: error: declaration of `const int 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_12060835_24464.cpp: In member function `bigint bigint::operator*(const bigint&) const':
0_0_12060835_24464.cpp:276: error: invalid operands of types `INT' and `<unknown type>' to binary `operator%'
0_0_12060835_24464.cpp:277: error: invalid operands of types `INT' and `<unknown type>' to binary `operator/'
|