0_0_36585874_12859.cpp:99:5: error: expected '}' at end of input
}
^
0_0_36585874_12859.cpp: In member function 'gjd gjd::operator/(const gjd&) const':
0_0_36585874_12859.cpp:85:34: error: cannot convert 'const gjd' to 'const void*' for argument '1' to 'void* bsearch(const void*, const void*, size_t, size_t, int (*)(const void*, const void*))'
c.s[i] = bsearch(b, m);
^
0_0_36585874_12859.cpp:86:6: error: no match for 'operator-=' (operand types are 'gjd' and 'gjd')
m -= b*c.s[i];
^
0_0_36585874_12859.cpp: In member function 'gjd gjd::operator%(const gjd&) const':
0_0_36585874_12859.cpp:95:34: error: cannot convert 'const gjd' to 'const void*' for argument '1' to 'void* bsearch(const void*, const void*, size_t, size_t, int (*)(const void*, const void*))'
c.s[i] = bsearch(b, m);
^
0_0_36585874_12859.cpp:96:15: error: no match for 'operator-=' (operand types are 'gjd' and 'gjd')
m -= b*c.s[i];
^
0_0_36585874_12859.cpp: At global scope:
0_0_36585874_12859.cpp:99:5: error: expected unqualified-id at end of input
}
^
|