User: alprice

  • Public profile

User profile: alprice

User info
User name:alprice
History
Joined:
Number of posts:9
Latest posts:

Overloading operator for complex numbers
fixed that part! i was including <complex> which messed up the whole thing! i also have to overload...

Overloading operator for complex numbers
oh right! so how about this [code]complex(double r, double i){ this->r = r; this->i = i; } [/c...

Overloading operator for complex numbers
what is wrong with the way it is written?

Overloading operator for complex numbers
it's just a constructor that takes 2 arguments. I had to include it as part of my assignment. is tha...

Overloading operator for complex numbers
Whoops. That must have come across in copy and paste. in my code it is just [code]complex(double r...

This user does not accept Private Messages