![]() |
#2
zzy8402082008-05-28 23:21
我试试!
|
简单的读文件会,但是那个文件名需要自己输入,
像是cout<<"Please input the file name"<<endl;
cin>>s;
ifstream in(s);
....................
这样写编译是通不过的,请教这样应该怎么弄?