數據結構學習筆記1

(1) typedef   起別名             (2) struct  C++中定義一個結構體類型                (3) typedef struct  C中定義一個結構體類型: typedef struct Student  // Student可省略     {     int a;     }Stu;  //這裏Stu相當於struct Student (4) S
相關文章
相關標籤/搜索