资源简介
卡内基ssd5课程练习一的答案,有不足的地方请纠正
代码片段和文件信息
#include “Advertisement.h“
#include
Advertisement::Advertisement()
{
this->title = ““;
this->seller_email = ““;
this->body = ““;
this->start = Date();
this->close = Date();
this->quantity = 0;
this->number = -1;
}
Advertisement::Advertisement(std::string title std::string seller_email std::string body Date start Date close int quantity)
{
this->title = title;
this->seller_email = seller_email;
this->body = body;
this->start = start;
this->close = close;
this->quantity = quantity;
this->number = -1;
}
Advertisement::Advertisement(const Advertisement &a)
{
this->title = a.gettitle();
this->seller_email = a.getEmail();
this->body = a.getBody();
this->start = a.getStart();
this->close = a.getClose();
this->quantity = a.getQu
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1472 2009-10-24 15:29 Client.cpp
文件 860 2008-05-20 13:18 Client.h
文件 3182 2009-10-24 14:30 Date.cpp
文件 959 2008-05-20 13:18 Date.h
文件 9517 2009-10-24 15:44 TestClasses.cpp
文件 2571 2009-10-24 15:55 Advertisement.cpp
文件 1311 2008-05-20 13:18 Advertisement.h
----------- --------- ---------- ----- ----
19872 7
相关资源
- 2020线性代数辅导讲义练习答案.pdf
- 操作系统精髓与设计第八版英文答案
- 电磁场与电磁波第二版 David K.Cheng的答
- 组合数学第五版课后习题答案,英文
- 模式识别/分类Pattern Classification (D
- 通信原理简明教程_南利平_第三版课后
- 2019年408统考真题及答案含综合题详细
- 数据结构1800题含答案
- 2009-2020考研数学一真题与答案解析
- 信号与系统第三版郑君里答案全解p
- 计算机应用自考 2018 数据库系统原理
- 新目标大学英语_综合教程4_刘正光_课
- 信息论基础理论与应用课后答案
- 随机信号分析常建平 李海林习题答案
- 西安电子科技大学 博士英语口语试题
- 计算机网络Ethereal实验答案
- 自适应滤波器原理(中文第4版)答案
- 操作系统教程 (宗大华 宗涛 著) 人
- Verilog夏宇闻 数字系统设计课后题答案
- 数据结构教程第2版李春葆编的上机实
- 江苏大学 考研 2014年 程序设计真题内
- 江苏大学 考研 2017年 程序设计真题内
- 冈萨雷斯《数字图像处理》(第二版
- 数字信号处理答案第二版 (刘益成
- 龚之春数字电路课后习题参考答案
- 2018上半年软件设计师下午试题及答案
- 离散数学 形考 答案 中国广播电视大
- 09-17年408统考操作系统真题及答案
- 网络安全试卷及答案 网络安全
- 应用密码学答案
评论
共有 条评论