- 1、本文档共7页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
房屋中介管理系统简易源代码
房屋中介管理系统简易源代码
PAGE
房屋中介管理系统简易源代码
et (name,place,type,direction,equip,area,price);
i++;
}
}
();
ofstream output;
(,ios::out);
for(i=0;ihsize-flag;i++)
a[i].print();
();
fstream osize;
(,ios::out);
osizehsize-flag;
();
}
void House::alter()
{
cout输入你需要更新的物业名字即endl;
House::del();
cout输入更新后房屋信息endl;
House::add ();
}
void House::select()
{
string hname;
fstream inout;
cout输入你要查询的物业名称endl;
cinhname;
(,ios::in);
while(! ())
{
inoutnameplacetypedirectionequipareaprice;
if(name==hname)
{
cout物业名称nameendl;
cout房屋地段placeendl;
cout房屋户型typeendl;
cout房屋朝向directionendl;
cout房屋设施equipendl;
cout房屋面积areaendl;
cout房屋价格priceendl;
}
else
continue;
}
();
}
et (cname,tel);
i++;
}
}
();
ofstream output;
(,ios::out);
for(i=0;icsize-flag;i++)
b[i].print();
();
fstream osize;
(,ios::out);
osizecsize-flag;
();
}
void Customer::alter()
{
cout输入你需要更新的客户名字即endl;
Customer::del();
cout输入更新后客户信息endl;
Customer::add ();
}
void Customer::select()
{
string find;
fstream inout;
cout输入你要查询的客户名称endl;
cinfind;
(,ios::in);
while(! ())
{
inoutcnametel;
if(cname==find)
{
cout客户姓名cnameendl;
cout客户联系方式telendl;
}
else
continue;
}
();
}
//(4)统计模块tj类,size统计数
class tj
{
private:
int size;
public:
void hsum() //统计房屋总数
{
fstream input;
(,ios::in);
inputsize;
();
cout房屋总数为:sizeendl;
}
void csum() //统计顾客总数
{
fstream input;
(,ios::in);
inputsize;
();
cout顾客的总数为:sizeendl;
}
};
int main()
{
Logo customer;
int i,flag1,flag2,flag3,flag4,flag5,flag6,flag7;
(); //登录管理提示
cinflag1;
if(flag1==1)
{
flag2= (); //用户登录
while(flag2==0)
{
cout\t\t\t您登录失败。endl;
cout\t\t\t3退出系统endl;
cout\t\t\t其他数字重新登录endl;
cout\t\t\t请选择:endl;
cini;
if(i==3)
return 0;
flag2= ();
}
}
else if(flag1==2)
{
(); //新用户注册
cout你将退出系统,如需其他操作请重新登录系统endl;
return 0;
}
else {
c
您可能关注的文档
- 我要的是葫芦教案.doc
- 我该如何存在--演讲.docx
- 我身边的师德故事606704.docx
- 我身边的师德小故事.docx
- 我身边的幼儿教师——师德演讲.doc
- 我身边的地产广告语.doc
- 我院进行反恐防恐安全知识培训.docx
- 我骄傲-我是国税人.doc
- 我骄傲-我是一名教师(朗诵稿).doc
- 战友联谊会章程.docx
- 第18讲 第17课 西晋的短暂统一和北方各族的内迁.docx
- 第15讲 第14课 沟通中外文明的“丝绸之路”.docx
- 第13课时 中东 欧洲西部.doc
- 第17讲 第16 课三国鼎立.docx
- 第17讲 第16课 三国鼎立 带解析.docx
- 2024_2025年新教材高中历史课时检测9近代西方的法律与教化含解析新人教版选择性必修1.doc
- 2024_2025学年高二数学下学期期末备考试卷文含解析.docx
- 山西版2024高考政治一轮复习第二单元生产劳动与经营第5课时企业与劳动者教案.docx
- 第16讲 第15课 两汉的科技和文化 带解析.docx
- 第13课 宋元时期的科技与中外交通.docx
文档评论(0)