搜索资源列表
1
- 定义一个抽象类的CShape,包括纯虚数Area(用来计算面积)和SetData(用来重设形状大小)。然后派生出三角形CTriangle类、矩形CRect类、圆CCircle类,分别求其面积。最后定义一个CArea类,计算这几个形状的面积之和,各形状的数据通过CArea类构造函数或成员函数来设置。-Defines an abstract class CShape, including the pure imaginary number Area (used to calculate the ar
CShape
- 通过用户的选择来显示不同的图形,图形的尺寸由用户输入决定-By the choice of the user to display different graphics, graphics, the size of the input by the user decisions