> We are using Codewarrior V8 with C to do all our Palm development. > > Can anyony tell me whether it is worthwhile moving to C++? Are there any > performance penalties that one pays if you do this? Other pitfalls?
early versions of codewarrior/gcc were nasty with C++ - mainly due to the fact that the overhead of using C++ would very commonly blow out the stack space available on the palm. i know a lot of people are using C++ these days, but, if you have no reason to move over to C++ - you dont need to. Palm has been great allowing C style headers which doesn't force the developer into C++ for what it is worth, our code is 70% C, 30% assembly :) on average. i doubt we'd want to mess with C++ and assembly directly *g* -- Aaron Ardiri CEO - CTO Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
