Hello all,
I'm trying to write a function prototype that includes an array of
structures. I'm not sure how to write it. I'm also not sure what the call
to a function that uses this prototype would look like. From what i've read
on the web, it needs to be a pointer to an array. I'm not sure even where
to begin. I've written function protoypes for arrays and 2d arrays but when
I write it for the structure, i get compiler errors.
any help...
Thanks
Art
I'm trying to write a function prototype that includes an array of
structures. I'm not sure how to write it. I'm also not sure what the call
to a function that uses this prototype would look like. From what i've read
on the web, it needs to be a pointer to an array. I'm not sure even where
to begin. I've written function protoypes for arrays and 2d arrays but when
I write it for the structure, i get compiler errors.
any help...
Thanks
Art
Comment