#include using namespace std;int main(){ ofstream outFile("d:\\myfile.dat",ios::out);}
查书,文件输入、输出、文件流!