Related articles |
---|
Operator overloading spec document abbottk@earthlink.net (2002-05-08) |
Re: Operator overloading spec document kgw-news@stiscan.com (2002-05-12) |
Re: Operator overloading spec document s.moleski@student.tcu.edu (Sebastian Moleski) (2002-05-12) |
Re: Operator overloading spec document delbec@clio.unice.fr (Christian DELBE) (2002-05-23) |
From: | "Sebastian Moleski" <s.moleski@student.tcu.edu> |
Newsgroups: | comp.compilers |
Date: | 12 May 2002 00:08:54 -0400 |
Organization: | Texas Christian University |
References: | 02-05-035 |
Keywords: | design, |
Posted-Date: | 12 May 2002 00:08:54 EDT |
Hey,
If you are technically inclined enough, I would suggest you have a look at
the C++ language specification. They have a whole chapter on operator
overloading. It requires some understanding of C++, of course, but it's very
thorough (as it should be) and comprehensive.
If you don't want to spend the $18 for the official standard, you can find
the draft versions all over the internet for free. They should suffice for
your purposes.
HTH,
sm
"Kirk Abbott" <abbottk@earthlink.net> wrote in message
> I am trying to implement operator overloading in a Java extension.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.