![]() |
#2
debroa7232010-01-02 22:07
|
// Note:Your choice is C++ IDE
#include <iostream>
#include<fstream>
using namespace std;
int main()
{
fstream file1;
file1.open("c:\\lk.txt",ios::out,0);
file1<<"lklqlk"<<endl;
return 0;
}
报错是英文的,看不懂啊!
