C++基本语法-----struct

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