>Subject: RE: Why cant I use StrCat
>From: "Craig Deelsnyder" <[EMAIL PROTECTED]>
>Date: Mon, 22 Oct 2001 10:50:01 -0500
>
>Actually, you may need to say &str[0] for the first arg of StrCat.  
>I can never remember that rule about the use of array names as 
>pointers in C/C++.

        Assuming   Char str[100];    or Char *str;
        '&str[0]' is a very convoluted way of saying 'str'.

Roger Stringer
Marietta Systems, Inc.


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