新微赢技术网
标题:
[求助]书上的源程序,编译出错!
[打印本页]
作者:
痴人痴想
时间:
2009-11-4 02:01
标题:
[求助]书上的源程序,编译出错!
#include<iostream>
#include<fstream>
using namespace std;
int main()
{
char filename[20];
cout<<"enter name for new files:";
cin>>filename;
ofstream fout (filename);
fout<<"for only your eyes!\n";
cout<<"Enter your secret number:";
float secret;
cin>>secret;
fout<<"your secret numbers is "<<secret<<"\n";
fout.close();
ifstream fin(filename);
cout<< "Here are the corrects of "<<filename<<":\n";
char ch;
while(fin.get(ch))
cout<<ch;
cout<<"done!";
fin.close();
return 0;
}
作者:
天使替我爱你
时间:
2009-11-4 02:01
把fin改称file即可
作者:
─────╂
时间:
2009-11-4 02:01
我把你的源程序给运行了一下,发现没有错误呀?拜托,你在骗我们呀?~~~~~~~~~~~~~~~~~~~~~~~~~
作者:
天语悠悠
时间:
2009-11-4 02:01
是不是在耍我们哦
作者:
肖伊紫轩
时间:
2009-11-4 02:01
可能是编译器的问题吧
他说出错了
作者:
cool
时间:
2009-11-5 05:05
好久没去关注了,今天再去看看,谢谢了!
欢迎光临 新微赢技术网 (http://bbs.weiying.cn/)
Powered by Discuz! X3.2