0_0_36585885_8723.cpp:101:5: error: expected '}' at end of input
}
^
0_0_36585885_8723.cpp: In member function 'gjd gjd::operator/(const gjd&) const':
0_0_36585885_8723.cpp:87: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_36585885_8723.cpp:88:6: error: no match for 'operator-=' (operand types are 'gjd' and 'gjd')
m -= b*c.s[i];
^
0_0_36585885_8723.cpp: In member function 'gjd gjd::operator%(const gjd&) const':
0_0_36585885_8723.cpp:97: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_36585885_8723.cpp:98:15: error: no match for 'operator-=' (operand types are 'gjd' and 'gjd')
m -= b*c.s[i];
^
0_0_36585885_8723.cpp: At global scope:
0_0_36585885_8723.cpp:101:5: error: expected unqualified-id at end of input
}
^
|