摘要: 头文件,函数大都隐式内联了。#ifndef MYSTRING_H#define MYSTRING_H#include #include class MyString { friend std::ostream& operator>(std::istream &, MyString &);public... 阅读全文
posted @ 2015-09-13 18:38 JFanner 阅读(136) 评论(0) 推荐(0)