I don't have any problems overloding functions. I hope that's what you are
referring to here! I have several functions within the same class that have
different input parameters and different return types, however, you cannoth
overload function just on a return type, that's illegal.
afshan
----- Original Message -----
From: Steve Sabram <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 22, 1999 8:16 AM
Subject: Re: C++ SDK wanted!
>
>
> [EMAIL PROTECTED] wrote:
>
> > I just recently finished a project written in C++ for the palm. It
wasn't that difficult, but here are a few of the observations I have:
> >
> > 1)You can't create mulitple definitions for a function. If I want to
methods to call a function, each with a different set of args, Codewarrior
won't compile. It complains that the function has been redefined.
> >
> > 2)Destructors don't seem to work at all.
>
> Really? My destructors are being called and are working fine in CW.
>
>
>