摘要: 目标:编写一系列用以操纵“字符图像”的类与函数。所谓的“字符图像”,就是一个可打印的矩形字符阵列。 9.6之前的代码: Picture.h #include <iostream> #include <cstring> using namespace std; class Picture{ frien 阅读全文
posted @ 2019-11-02 18:46 耶 阅读(210) 评论(0) 推荐(1)