I have two structs: struct Parent { struct *Child child; // Pointer to a child } struct Child { int id; }. I wish to init an array of 'Parent'
確定! 回上一頁