C/C++結構體struct 與結構體數組和枚舉型enum的結合使用

C/C++結構體struct 與結構體數組和枚舉型enum的結合使用 #include "stdafx.h" #include <string> #include <iostream> using namespace std; //定義一個結構體:Person struct Person { char* name; int age; int height; }; //結構體數組Perso
相關文章
相關標籤/搜索