New to C in general.
I have a multi-function array (data[10][10]) defined.
This array gets passed to a function (ex. Foo((*x)[10])). So far this works fine - I can access the elements in the array within the Foo function without a hitch.
Now, I need to add a new function call within Foo (ex...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.