在x.txt文件中给出10个字符串,用程序读入,找出每个句子中的单词组成的字符串数组,排序后,存入x1.txt文

[复制链接]
查看11 | 回复3 | 2011-5-17 12:12:12 | 显示全部楼层 |阅读模式
排序即按照单词首字母大小来进行
回复

使用道具 举报

千问 | 2011-5-17 12:12:12 | 显示全部楼层
#includeiostream
#includevector
#includeiterator
#includealgorithm
#includefstream
usingnamespacestd;

intmain(){
        ifstreaminfile(\"x.txt\");
        ofstreamoutfile;;
        outfile.open(\"x1.txt\");
        vectorstringvs;
        stringtemp;
        vectorstring::iteratorit;
        inti=0;
        while(infiletemp){
        vs.push_back(temp);
        }
        sort(vs.begin(),vs.end());
        for(it=vs.begin();it!=vs.end();it){
                outfile*itendl;
        }
        infile.close();
        outfile.close();
        return0;
}









<h4class=\"ask\">追问


非常感谢你的程序,不过我们得用Tbrboc2.0运行,你这好像我们不能用,再麻烦给编写一下
回复

使用道具 举报

千问 | 2011-5-17 12:12:12 | 显示全部楼层
没分,不写////////////////////////////////////////////////////////
回复

使用道具 举报

千问 | 2011-5-17 12:12:12 | 显示全部楼层
能写我也就会查错了,你恐怕也是不会吧
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行