[Solved] Overloading Operators

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
User avatar
zodiac976
Chaos Rift Regular
Chaos Rift Regular
Posts: 156
Joined: Thu Jun 18, 2009 10:03 am
Current Project: Booklet & Text RPG
Favorite Gaming Platforms: PC, PS3, PSP
Programming Language of Choice: C++
Location: AL
Contact:

[Solved] Overloading Operators

Post 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 :(.
Last edited by zodiac976 on Wed Jun 24, 2009 11:19 am, edited 1 time in total.
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: Overloading Operators

Post by MarauderIIC »

I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
User avatar
zodiac976
Chaos Rift Regular
Chaos Rift Regular
Posts: 156
Joined: Thu Jun 18, 2009 10:03 am
Current Project: Booklet & Text RPG
Favorite Gaming Platforms: PC, PS3, PSP
Programming Language of Choice: C++
Location: AL
Contact:

Re: Overloading Operators

Post by zodiac976 »

:lol: That's what I have been using to find out, maybe something
will turn up sooner or later. ;)
Protimus
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 25
Joined: Mon Jun 01, 2009 9:27 pm
Current Project: Game Engine
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Location: Jackson, AL
Contact:

Re: Overloading Operators

Post 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. :)
Judge not a man by his language but by his use of the language.
User avatar
zodiac976
Chaos Rift Regular
Chaos Rift Regular
Posts: 156
Joined: Thu Jun 18, 2009 10:03 am
Current Project: Booklet & Text RPG
Favorite Gaming Platforms: PC, PS3, PSP
Programming Language of Choice: C++
Location: AL
Contact:

Re: Overloading Operators

Post 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 :).
Post Reply