Hello all

I have a question about MemPtrNew and new.   I know that MemPtrNew is used
to get non-movable chucks of memory and new is used for declaring class,
arrarys.  Besides the fact that new also calls the constructor of the
desired class, anyone knows the exact difference between new and MemPtrNew?
Is new allocate the memory like MemPtrNew does?  For example, char* pChar =
new char[100];  pChar has a non-movable chuck of memory or movable?  what is
the exact difference between new and MemPtrNew?

sincerely


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