#include<iostream> #include<fstream> #include<cstring> #include<iomanip> using namespace std; class

帮帮忙,谢谢啦!voidTongxun::settongxun(char*name1,doubleceilphone1,doublehomephone1,doublewo... 帮帮忙,谢谢啦!
void Tongxun::settongxun(char *name1,double ceilphone1, double homephone1,double workphone1,
char *email1,char *team1)
{strcpy(name,name1);strcpy(email,email1);ceilphone=ceilphone1;homephone=homephone1;workphone=workphone1;strcpy(team,team1);
ofstream file("通讯人员.txt",ios_base::app);
file<<getname()<<endl;
file<<getceilphone()<<endl;
file<<gethomephone()<<endl;
file<<getworkphone()<<endl;
file<<getemail()<<endl;
file<<getteam()<<endl;
file.close();
}
void Tongxun::chakan()
{ int i;cout<<"i-0朋友;i_1家人;i=2未知.";cin>>i;
switch(i){
case 0: if(team=="朋友")
ifstream filem("通讯人员.txt",ios_base::in);
while(!filem.eof())
{
filem<<getname();
filem<<getceilphone();
filem<<gethomephone();
filem<<getworkphone();
filem<<getemail();
filem<<getteam();
}
展开
 我来答
ucbjcxk
2011-05-18 · TA获得超过352个赞
知道答主
回答量:395
采纳率:0%
帮助的人:185万
展开全部
在project->setting->c/c++ ->category里选 precompiled header
然后在下面选not using precompiled header试试。
军军106
2011-05-21 · TA获得超过453个赞
知道小有建树答主
回答量:1747
采纳率:0%
帮助的人:767万
展开全部
出了什么问题?
来自:求助得到的回答
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式