I'm trying to figure out how to create a usable array of pointers to structures.
Essentially, I want to call a function that return a usable array of pointers to structures.
From what I've learned so far, you allocate the structure array by doing a malloc of the structure, multiplied by the...
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.