Randy Howard <> writes:
> zotkara wrote
> (in article <> ):
>> i think *argv[] cannot be an array since it is a pointer.
>
> It's not wise to argue with Richard about C. Almost all of the
> time he is correct. If you are having trouble with your code,
> odds are you are nowhere near as experienced. Listen to him, he
> has a great deal to offer for those that want to learn and have
> an open mind.
On the other hand, publicly disagreeing with an acknowledged expert
can be a good way to learn, usually by exposing precisely what it is
that you don't understand. (On very rare occasions, you might even be
right and the expert can be wrong.)
Note that zotkara wrote "I *think* *argv[] cannot be an array". That
was a true statement at the time he wrote it, he undoubtedly did think
that.
It might have been more appropriate to write something like, "I
thought that *argv[] counld't be an array since it's a pointer; what
am I missing?", but the end result is the same.
--
Keith Thompson (The_Other_Keith)
kst- <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.