你可以在你的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;
}
*/