error C2662: “Screen::move”: 不能将“this”指针从“const Screen”转换为“ Screen &” 转换丢失限定符
出错代码: 成员函数定义Screen& Screen::move(index r,index c){ index row = r * width; cursor = row + c;...
error C2662: “Screen::move”: 不能将“this”指针从“const Screen”转换为“ Screen &” 转换丢失限定符
出错代码: 成员函数定义Screen& Screen::move(index r,index c){ index row = r * width; cursor = row + c;...