Re: new/delete problem in PALM OS

2003-08-25 Thread Alucard
and everything went well. Thanks anyway for answering my e-mail. :-) Yosh, :-) Brian Jeremy Neal Kelly Alucard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Just like to ask who has encountered this new/delete problem in PALM OS? i tried to implement one using the codewarrior

Re: new/delete problem in PALM OS

2003-08-22 Thread Jeremy Neal Kelly
Alucard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Just like to ask who has encountered this new/delete problem in PALM OS? i tried to implement one using the codewarrior.. with this given value : Char* y = babc/b n.\n; wherein i first allocate a storage e.g. Char* x

Re: new/delete problem in PALM OS

2003-08-22 Thread Albert J. Franklin
[i] = y[i]; i++;. Al - Original Message - From: Jeremy Neal Kelly [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, August 22, 2003 11:41 AM Subject: Re: new/delete problem in PALM OS Alucard [EMAIL PROTECTED] wrote in message news

new/delete problem in PALM OS

2003-08-21 Thread Alucard
Good Day, Just like to ask who has encountered this new/delete problem in PALM OS? i tried to implement one using the codewarrior.. with this given value : Char* y = babc/b n.\n; wherein i first allocate a storage e.g. Char* x = new Char[256]; int i = 0; then started storing