Overloading Arithmetic OperatorsOk I read over the copy constructor material... Just not getting it.
Overloading Arithmetic OperatorsThat is supposed to be a constructor to copy another object... implemented as Rational a; Rational ...
Overloading Arithmetic OperatorsOk. So I think the assignment operator is working... [code] Rational& Rational::operator=(const Rati...
Overloading Arithmetic OperatorsYes sir. Here it. [code] class Rational{ friend istream& operator >>(istream &is,Rational &obj);...
Overloading Arithmetic OperatorsSo I am making a rational number class. Ive got it most of the way done accept when I use the + oper...
This user does not accept Private Messages