[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.

Reply via email to