Hello 
Could I use new and delete in the same way that in C++ when I declare and
ChrPtr ??

for example 

ChrPtr Control=NULL;


if (Control==NULL);
Control = new char[40];


and after to use 

delete[] Control ;

is that right ??? cause I do that in Borland C++ 5.0 for example and I see
that there are new and delete operators here .  Is it the right way?

thanks a lot 



____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

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