> Specifically, what I wanna know is when I create a new object
> dynamically, how do I about memory allocation : do I have use "new"
> keyword as in a traditional C++ program or do I have to make use of
> the methods from Palm OS Memory Manager ?

In CodeWarrior C++ for Palm, new uses MemPtrNew for memory allocation,
and delete uses MemPtrFree, so you're using the Palm OS memory manager
routines no matter which route you take.  I'm fairly sure GCC's
implementation does the same thing.



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