![]() |
#2
随心2009-07-16 22:35
|
Screen& Screen::set(char c)
{
contents[cursor] = c;
return *this;
}
比如上面这一段.返回的是contents[cursor]吗?刚开始接触c++,不太清楚.谢谢.