Abdelrazak Younes ha scritto:
Hi,
I thought I should express before I go what is really required in
order to implement properly advanced Find&replace and document
comparison:
We need "Inset::operator==(Inset const &)".
Hi,
I guess you're meaning exact equality, in this method. However, for
Hi,
I thought I should express before I go what is really required in order
to implement properly advanced Find&replace and document comparison:
We need "Inset::operator==(Inset const &)".
Two options here:
1) this is a pure virtual method:
bool Inset::operator==(Inset const &) const = 0;