摘要: C++ 能够使用流提取运算符 和流插入运算符 和插入运算符 using namespace std; class Person{ public: Person(const char str) : name(str){} int GetAge(){ return this age; } / 声明为类的 阅读全文
posted @ 2018-02-26 23:19 Zackary丶Liu 阅读(418) 评论(0) 推荐(0)