User profile: joeaswe1

User info
User name:joeaswe1
History
Joined:
Number of posts:25
Latest posts:

Linked Lists, output error
This is supposed to be the output: (Mark, 2.9) --> (Peter, 3.8) --> (John, 3.0) --> (James, 3.5) --...

Operator Overloading
Great, I was able to fix it. But how do I fix this, when someone enters a negative number for imag,...

Operator Overloading
I keep getting this error: error C2679: binary '<<' : no operator found which takes a right-hand ope...

Classes, Complex numbers
I have to define these classes for storing and doing arithmetic math with complex numbers..

Rectangle class
It runs, but this is the output I get: Rectangle 1 area ia greater than Rectangle 2. The area of r...