文件名称:源2
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
定义一个矩形类CRect,有长length和宽width两个属性,有成员函数
构造函数1:对值初始化,并输出“有参数的构造函数被调用”
构造函数2:没有参数,输出“无参数的构造函数被调用”
析构函数:输出“析构函数被调用”
SetLength(int x):设置长度
SetWidth(int x):设置宽度
GetArea():计算矩形面积,并输出计算结果(Define a rectangle class CRect with two attributes, a long length and a wide width, with a member function
Constructor 1: initialization of the value, and output the "parameter constructor is called"
Constructor 2: there is no parameter, and the output "no parameter constructor is called"
Destructor: output "destructor is called"
SetLength (int x): setting the length
SetWidth (int x): setting the width
GetArea (): calculate the rectangle area and output the calculation result)相关搜索: Visual
C++
构造函数1:对值初始化,并输出“有参数的构造函数被调用”
构造函数2:没有参数,输出“无参数的构造函数被调用”
析构函数:输出“析构函数被调用”
SetLength(int x):设置长度
SetWidth(int x):设置宽度
GetArea():计算矩形面积,并输出计算结果(Define a rectangle class CRect with two attributes, a long length and a wide width, with a member function
Constructor 1: initialization of the value, and output the "parameter constructor is called"
Constructor 2: there is no parameter, and the output "no parameter constructor is called"
Destructor: output "destructor is called"
SetLength (int x): setting the length
SetWidth (int x): setting the width
GetArea (): calculate the rectangle area and output the calculation result)相关搜索: Visual
C++
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
Դ2.cpp | 1598 | 2018-03-21 |
Դ.cpp | 987 | 2018-03-21 |