User profile: castroboy

User info
User name:castroboy
Location:Adelaide, South Australia
History
Joined:
Number of posts:11
Latest posts:

Overloaded >> Operator i n Rational Numbers class
I'm a fairly new learner of c++, trying to get my head around overloading the >> operator for an ass...

Why is my bool pointer comparison function always returning TRUE?
lastchance -> hmm yours does return a 1. I think I must be a bit thick or something, leave this with...

Why is my bool pointer comparison function always returning TRUE?
lastchance -> that doesn't seem to work, when I change the arrays to be identical it still returns 0...

Why is my bool pointer comparison function always returning TRUE?
So is it my return line that's faulty?

Why is my bool pointer comparison function always returning TRUE?
As the title says. I'm trying compare two int arrays using pointers, with the code below. It _does_ ...