Byte operator- (int const &i) const {// Byte - int Byte operator- (int& i) const {
Byte operator* (Byte const &b) const {// Byte * Byte Byte operator* (Byte& b) const {
likewise for the other operators.
nathan
-- Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery LLC The voices in my head said this was stupid too nathan@xxxxxxxxxxxxxxxx :: http://www.planetfall.pwp.blueyonder.co.uk