typedefs are used to create aliases for types. Code: [View]. typedef int MYINT; // now you can say: MYINT i, j, k;. enums ...
確定! 回上一頁