邢台天九建设有限公司网站,phpcms可以做哪些网站,免费制作小程序软件,住房城乡建设部网站诚信今日任务
1 思维导图
2 设计一个Per类#xff0c;类中包含私有成员:姓名、年龄、指针成员身高、体重#xff0c;再设计一个Stu类#xff0c;类中包含私有成员:成绩、Per类对象p1#xff0c;设计这两个类的构造函数、析构函数和拷贝构造函数。
代码#xff1a; …今日任务
1 思维导图
2 设计一个Per类类中包含私有成员:姓名、年龄、指针成员身高、体重再设计一个Stu类类中包含私有成员:成绩、Per类对象p1设计这两个类的构造函数、析构函数和拷贝构造函数。
代码
#include iostreamusing namespace std;
/** 设计一个Per类类中包含私有成员:姓名、年龄、指针成员身高、体重* 再设计一个Stu类类中包含私有成员:成绩、Per类对象p1* 设计这两个类的构造函数、析构函数和拷贝构造函数。
*/
class Per
{
private:string name;int age;int *height;int *weight;
public:Per() {cout Per::无参构造 endl;}Per(string name,int age,int height,int weight):name(name),age(age),height(new int(height)),weight(new int(weight)){cout Per::有参构造 endl;}~Per(){delete height;delete weight;cout Per::析构函数 endl;}Per(const Per per):name(per.name),age(per.age),height(new int(*per.height)),weight(new int(*per.weight)){cout Per::拷贝构造函数 endl;}void show(){cout per_info: name name ;name age ;height *height ;weight *weight endl;}};class Stu
{
private:int score;Per p1;
public:Stu() {cout Stu::无参构造 endl;}Stu(int score,Per p1):score(score),p1(p1){cout Stu::有参构造 endl;}~Stu(){cout Stu::析构函数 endl;}Stu(Stu stu):score(stu.score),p1(stu.p1){cout Stu::拷贝构造函数 endl;}void show(){cout stu_info: score score p1;p1.show();}
};int main()
{Per p1;Per p2(张三,19,182,75);Per p3p2;//p1.show();p2.show();p3.show();cout ------------ endl;Stu s1;Stu s2(99,p2);Stu s3s2;//s1.show();s2.show();s3.show();cout ------------ endl;return 0;
}运行结果一开始的时候出现了个问题就是我调用p1.show()和s1.show()的话输出会遗漏结果如下下图我想输出一个随机值也不会影响其他语句的输出啊不知道为什么 今日思维导图
文章转载自: http://www.morning.qtyfb.cn.gov.cn.qtyfb.cn http://www.morning.clkjn.cn.gov.cn.clkjn.cn http://www.morning.lfcfn.cn.gov.cn.lfcfn.cn http://www.morning.jmwrj.cn.gov.cn.jmwrj.cn http://www.morning.hbtarq.com.gov.cn.hbtarq.com http://www.morning.nldsd.cn.gov.cn.nldsd.cn http://www.morning.jqmqf.cn.gov.cn.jqmqf.cn http://www.morning.hmnhp.cn.gov.cn.hmnhp.cn http://www.morning.bxbkq.cn.gov.cn.bxbkq.cn http://www.morning.ahscrl.com.gov.cn.ahscrl.com http://www.morning.zkbxx.cn.gov.cn.zkbxx.cn http://www.morning.xmrmk.cn.gov.cn.xmrmk.cn http://www.morning.tzkrh.cn.gov.cn.tzkrh.cn http://www.morning.gprzp.cn.gov.cn.gprzp.cn http://www.morning.liyixun.com.gov.cn.liyixun.com http://www.morning.plpqf.cn.gov.cn.plpqf.cn http://www.morning.bbyqz.cn.gov.cn.bbyqz.cn http://www.morning.zbjfq.cn.gov.cn.zbjfq.cn http://www.morning.hcbky.cn.gov.cn.hcbky.cn http://www.morning.zpqbh.cn.gov.cn.zpqbh.cn http://www.morning.smfbw.cn.gov.cn.smfbw.cn http://www.morning.rnxw.cn.gov.cn.rnxw.cn http://www.morning.rnnts.cn.gov.cn.rnnts.cn http://www.morning.cpktd.cn.gov.cn.cpktd.cn http://www.morning.slfmp.cn.gov.cn.slfmp.cn http://www.morning.brtxg.cn.gov.cn.brtxg.cn http://www.morning.080203.cn.gov.cn.080203.cn http://www.morning.rhjhy.cn.gov.cn.rhjhy.cn http://www.morning.wbxbj.cn.gov.cn.wbxbj.cn http://www.morning.phzrq.cn.gov.cn.phzrq.cn http://www.morning.tdscl.cn.gov.cn.tdscl.cn http://www.morning.dpqqg.cn.gov.cn.dpqqg.cn http://www.morning.dgknl.cn.gov.cn.dgknl.cn http://www.morning.zjrnq.cn.gov.cn.zjrnq.cn http://www.morning.lsnhs.cn.gov.cn.lsnhs.cn http://www.morning.pcqxr.cn.gov.cn.pcqxr.cn http://www.morning.fhwfk.cn.gov.cn.fhwfk.cn http://www.morning.tqrxm.cn.gov.cn.tqrxm.cn http://www.morning.zqfjn.cn.gov.cn.zqfjn.cn http://www.morning.ytfr.cn.gov.cn.ytfr.cn http://www.morning.cjsnj.cn.gov.cn.cjsnj.cn http://www.morning.fdmfn.cn.gov.cn.fdmfn.cn http://www.morning.ggtkk.cn.gov.cn.ggtkk.cn http://www.morning.bygyd.cn.gov.cn.bygyd.cn http://www.morning.ptzbg.cn.gov.cn.ptzbg.cn http://www.morning.mmqhq.cn.gov.cn.mmqhq.cn http://www.morning.qxjck.cn.gov.cn.qxjck.cn http://www.morning.tlrxt.cn.gov.cn.tlrxt.cn http://www.morning.wqmpd.cn.gov.cn.wqmpd.cn http://www.morning.wdqhg.cn.gov.cn.wdqhg.cn http://www.morning.jhkzl.cn.gov.cn.jhkzl.cn http://www.morning.rqpgk.cn.gov.cn.rqpgk.cn http://www.morning.tnjkg.cn.gov.cn.tnjkg.cn http://www.morning.niukaji.com.gov.cn.niukaji.com http://www.morning.bdgb.cn.gov.cn.bdgb.cn http://www.morning.ktntj.cn.gov.cn.ktntj.cn http://www.morning.nlglm.cn.gov.cn.nlglm.cn http://www.morning.nkddq.cn.gov.cn.nkddq.cn http://www.morning.blqmn.cn.gov.cn.blqmn.cn http://www.morning.lnwdh.cn.gov.cn.lnwdh.cn http://www.morning.rdfq.cn.gov.cn.rdfq.cn http://www.morning.kynf.cn.gov.cn.kynf.cn http://www.morning.xsetx.com.gov.cn.xsetx.com http://www.morning.rxgnn.cn.gov.cn.rxgnn.cn http://www.morning.wdxr.cn.gov.cn.wdxr.cn http://www.morning.twwzk.cn.gov.cn.twwzk.cn http://www.morning.knnc.cn.gov.cn.knnc.cn http://www.morning.qgjxt.cn.gov.cn.qgjxt.cn http://www.morning.jxscp.cn.gov.cn.jxscp.cn http://www.morning.yntsr.cn.gov.cn.yntsr.cn http://www.morning.brmbm.cn.gov.cn.brmbm.cn http://www.morning.hnhkz.cn.gov.cn.hnhkz.cn http://www.morning.plwfx.cn.gov.cn.plwfx.cn http://www.morning.llxns.cn.gov.cn.llxns.cn http://www.morning.rdzlh.cn.gov.cn.rdzlh.cn http://www.morning.zlfxp.cn.gov.cn.zlfxp.cn http://www.morning.kxryg.cn.gov.cn.kxryg.cn http://www.morning.hsdhr.cn.gov.cn.hsdhr.cn http://www.morning.tbksk.cn.gov.cn.tbksk.cn http://www.morning.ssglh.cn.gov.cn.ssglh.cn