Operator Overloading[quote]unforunately you need a bunch of parenthenses [/quote] Thanks for your reply, but because it...
Operator OverloadingMy problem is now I can't do multiple operators at once like m11+m21+m31, it should be 6*x but the r...
Operator Overloading[quote]When it comes to compound assignment operators (+=, -=, *=, /=, etc.), the convention is to a...
Operator Overloading[quote]Did you try putting parentheses around m1+=m2? [/quote] Yes now it doesn't underline it thank...
Operator Overloadingit still underlines << at line 76