SomeSeq *myStructures = malloc(sizeof(SomeSeq)*n);. This would give me an array of pointers to 5 structures on the heap. ...I think.
確定! 回上一頁