Re: Segmentation fault error
dj3vande@csclub .uwaterloo.ca.i nvalid said:
Documentary. The newer syntax fully recognises the "new" <coughpointer
syntax. Using the [] syntax for pointer parameters is like saying
"forsooth" and "oddsbodkin s" - legal, but nevertheless an archaic
affectation.
--
Richard Heathfield <http://www.cpax.org.uk >
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
dj3vande@csclub .uwaterloo.ca.i nvalid said:
In article <hqidnZAaNdgLDh TVnZ2dneKdnZydn Z2d@bt.com>,
Richard Heathfield <rjh@see.sig.in validwrote:
>
>
>
>
>
*Every* difference? What's the significance of "char *argv[]" vs.
"char **argv"?
Richard Heathfield <rjh@see.sig.in validwrote:
>>enjoyfate@gma il.com said:
>>void main (int argc, char *argv[])
>>int main(int argc, char **argv)
>
>>Every difference between the above version and your version is
>>significant .
>>significant .
*Every* difference? What's the significance of "char *argv[]" vs.
"char **argv"?
syntax. Using the [] syntax for pointer parameters is like saying
"forsooth" and "oddsbodkin s" - legal, but nevertheless an archaic
affectation.
--
Richard Heathfield <http://www.cpax.org.uk >
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
Comment