That's easy once you know the syntax for multidimensional arrays: size_t peopleCount = ...; char* (*people)[2] = malloc(peopleCount*sizeof(*people));.
確定! 回上一頁