Still no match for classes...
why common.cpp if it's c code?
[EMAIL PROTECTED] wrote:
> >I had the chance of working with the Epoc32 C++ SDK, and although it was
> painful,
> >it was because the lack of documentation... but once you get the API, you can
> make
> >apps more faster... I have some time working full time with the Palm SDK (some
> >months)... and still the only code reuse I get is by copy&paste, maybe I got
> used
> >to OOP, but having to deal with this kind of things is like being back to
> >basics...
>
> The question isn't C vs. C++ then. It's "why are you copy and pasting"? If you
> have a chunk of code that you want common to all your applications, then why
> isn't it just in a file called Common.cpp that you add to all your projects?
>
> -- Keith