Which is the difference between

MemPtr Pointer=MemPtrNew(30*1024);

And

char *Pointer=new char[30*1024];

??

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

Reply via email to