Luca wrote in message <7028@palm-dev-forum>...
>
>Is using the C++ "new" and  "delete" operators discouraged?  I'm using a
few
>objects in my program and these operators to allocate and deallocate them,
>but the recent MemPtrNew vs MemHandleNew discussion has got me wondering
>about fragmentation caused by chunks allocated with new.  Any thoughts on
>this subject?  Any other possible problems that could arise?  Any
>alternatives?

I believe that C++'s "new" & "delete" are implmented using
MemPtrNew and MemPtrFree (I'm sure somebody will
correct me if I'm wrong).

--
-Richard M. Hartman
[EMAIL PROTECTED]

186,000 mi/sec: not just a good idea, it's the LAW!




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to