There are other ways in C; for example: Code: struct Foo { int x; int y; char* str; }; struct Foo f1 = { 1, 2 ...
確定! 回上一頁