array to pointer decay question !!
From: m sergei (sergei_m_1_at_yahoo.com)
Date: 06/30/04
- Next message: Arthur J. O'Dwyer: "Re: memcpy() vs. for() performance"
- Previous message: Thomas Matthews: "Re: memcpy() vs. for() performance"
- Next in thread: Richard Bos: "Re: array to pointer decay question !!"
- Reply: Richard Bos: "Re: array to pointer decay question !!"
- Reply: Thomas Matthews: "Re: array to pointer decay question !!"
- Reply: Default User: "Re: array to pointer decay question !!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Jun 2004 06:29:39 -0700
main(int argc, char *argv[])
the second parameter to function main takes a pointer to an array.
can we also write it in terms of a reference rather than a pointer ?
an example of using (usage) as a reference would be helpful
- Next message: Arthur J. O'Dwyer: "Re: memcpy() vs. for() performance"
- Previous message: Thomas Matthews: "Re: memcpy() vs. for() performance"
- Next in thread: Richard Bos: "Re: array to pointer decay question !!"
- Reply: Richard Bos: "Re: array to pointer decay question !!"
- Reply: Thomas Matthews: "Re: array to pointer decay question !!"
- Reply: Default User: "Re: array to pointer decay question !!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|