摘要: 1 class mystring 2 { 3 private: 4 char *s; 5 static mystring *self; 6 public: 7 ~ mystring(); 8 const char *get_s() const; ... 阅读全文
posted @ 2015-11-17 16:24 尽子轨 阅读(362) 评论(0) 推荐(0) 编辑