On Sat, Oct 04, 2003 at 05:15:23PM +0800, Brian wrote:
> Good Day,
> 
>    Has anyone encountered a problem when copying a data of type 
> unsigned characters to Char*?
> 
> example:
> 
>    unsigned char* thisone= "";
>    unsigned long i = 0;
> 
>    Char* putHere = 0;
>    putHere =  (Char*)(thisone + i );

Exactly what kind of problem are you encountering? I.e., what are you
expecting, and what are your actual results? 

-- 
Dave Carrigan
Seattle, WA, USA
[EMAIL PROTECTED] | http://www.rudedog.org/ | ICQ:161669680
UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-C++-DNS-PalmOS-PostgreSQL-MySQL

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

Reply via email to