We've been developing for PalmOS using C and I started looking into starting some PalmOS C++ projects. My question, is it safe to use new/delete in a c++ application? I ask because memory allocation is strict with PalmOS programming, in C applications your only option is the Memory Manager API. Will new/delete cause problems in a c++ application?
-- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
