Someone still needs to figure out what the difference between address and pointer is. :)
--- Stringer <[EMAIL PROTECTED]> wrote: > >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/ __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
