摘要: 用以下的程序,实现从一个文件中读出数据,并按照每行首字母进行排序后写入另外一个文件中: #include #include #include #include #include using namespace std; int main(int argc, char *argv[]) { string from , to; cin>>from>>to; //get source an... 阅读全文
posted @ 2007-08-10 17:34 今夜太冷 阅读(343) 评论(0) 推荐(0)