C++基本語法-----struct

struct example typedef struct MyType { int first; int second; string s; MyType() { first = 1; s = "asdfgh"; } ~MyType() { cout << "I was destroy
相關文章
相關標籤/搜索