User profile: xarrtarrant

User info
User name:xarrtarrant
History
Joined:
Number of posts:11
Latest posts:

Overloading Arithmetic Operators
Ok I read over the copy constructor material... Just not getting it.

Overloading Arithmetic Operators
That is supposed to be a constructor to copy another object... implemented as Rational a; Rational ...

Overloading Arithmetic Operators
Ok. So I think the assignment operator is working... [code] Rational& Rational::operator=(const Rati...

Overloading Arithmetic Operators
Yes sir. Here it. [code] class Rational{ friend istream& operator >>(istream &is,Rational &obj);...

Overloading Arithmetic Operators
So 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

User: xarrtarrant

  • Public profile