typedef ,enum 用法介紹 1.typedef 定義一個新的資料型態,與define相似但更單純範例1: 直接用法typedef int S1,S2;S1 x; //可看作int x;S2 y; ...
確定! 回上一頁