Randy Brown wrote:
> 
> A project I am working on will use the PalmOS database routines to manage
> data.  Is there any advantage of using C++ in PalmOS development when data
> is stored using PalmOS routines?

Data storage isn't the whole picture.  Maybe you'd use C++ and OOP for
your GUI, and then revert to the "C++ as a better C" subset when doing
your database I/O.  Or, maybe you'd write a straight C GUI, but write a
bunch of classes to wrap your data structures and give each one a
"SaveToDatabase()" member function.  But, this isn't a Palm OS issue,
it's a generic program design issue.  This isn't the right forum for
those sorts of questions.

For my take on the C vs. C++ debate with respect to Palm OS programming,
see item 1.7 in the FAQ.  You may also find the "C/C++ Portability
Guide" article helpful.
--
= Warren Young -- Maintainer of the Palm OS Programmer's FAQ at:
=     http://www.cyberport.com/~tangent/palm/faq/
=
= ICBM Address: 36.8274040 N, 108.0204086 W, alt. 1714m

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to