c++中怎样将运行结果保存在.txt文件
我创建了一个student类,再用ofstreamcout("c:\\学生信息.txt");for(i=0;i<N;i++)cout<<stu[i];结果出错:noope...
我创建了一个student类,再用
ofstream cout("c:\\学生信息.txt");
for(i=0;i<N;i++) cout<<stu[i];
结果出错:no operator defined which takes a right-hand operand of type 'struct student' (or there is no acceptable conversion) 展开
ofstream cout("c:\\学生信息.txt");
for(i=0;i<N;i++) cout<<stu[i];
结果出错:no operator defined which takes a right-hand operand of type 'struct student' (or there is no acceptable conversion) 展开
3个回答
展开全部
写个流输出(<<)重载
也就是说
你要告诉电脑要怎么输出student类
也就是说
你要告诉电脑要怎么输出student类
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
stu[i]是个结构体吧,转化成stu[i].name什么的再输出来
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
截图吧,没区别的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询