| Liste des Groupes | Revenir à cl c |
Muttley@dastardlyhq.com writes:
[...]If you twant o pass an actual array to a function instead of a
pointer to it, embedding it in a structure is the only way to do
it.
Yes, but that's not necessarily useful. An array that's a member
of a struct can only be of a constant length (unless it's a flexible
array member, but that doesn't help). Functions that work with
arrays typically need to deal with arrays of arbitrary length.
Les messages affichés proviennent d'usenet.