Page 1 of 1

[Solved] Overloading Operators

Posted: Mon Jun 22, 2009 4:22 pm
by zodiac976
Thought I would post this while I am doing nothing but coding
today(I have no life :lol:)...anywho I am wondering if someone
knows a good site that can explain overloading operators.

I have a C++ book but it does a terrible job at explaining that
part and I am also working on a getting a new C++ book. From
reading the book overloading operators seems very difficult to
learn for now :(.

Re: Overloading Operators

Posted: Mon Jun 22, 2009 4:37 pm
by MarauderIIC

Re: Overloading Operators

Posted: Mon Jun 22, 2009 4:45 pm
by zodiac976
:lol: That's what I have been using to find out, maybe something
will turn up sooner or later. ;)

Re: Overloading Operators

Posted: Mon Jun 22, 2009 5:44 pm
by Protimus
I find that this website does a fair job of explaining things. (At least for me)

Here's the section on Operator Overloading. :)

Re: Overloading Operators

Posted: Mon Jun 22, 2009 6:29 pm
by zodiac976
Thank you for that link, that is what I am looking for. I have been
searching google for something like that for a while :). I gotta get
back to my project it is almost done :).