![]() |
#2
fireman20062007-01-05 09:00
|
。。。
fstream outfile;
const int s=10;
char buf[s]="";
char t;
cout<<"input computer room:";
cin>>t;
cout<<"input computer number:";
cin.read(buf,s);
。。。
outfile<<"net share k: \\\\tyxy"<<t<<"\\feaxm\\stud"<<buf<<endl;
。。。