你可以在你的test.cpp 裏loop啊

來源: 2004-12-09 11:51:30 [舊帖] [給我悄悄話] 本文已被閱讀:

//test.cpp
/*
int main()
{
string file1, file2, outfile;
while(loop_condition)
{
cout cin>>file1>>file2;
cout cin>>outfile;
}
return 0;
}
*/