class screen{
public:
typedef std::string::size_type index;
char get() const{return contents[cursor]; }
char get() (index hg,index wi) const;
private:
std::string contents;
index cursor;
index height width;
};
char get() const{return contents[cursor]; }创建一个字符串类型的get函数,默认形参表为空,函数体返回一个contents(内容)的什么是成员嘛?cursor(光标)
海绵宝宝撒
Cats萌萌
长风秋雁