标题:请教一个c++程序问题
取消只看楼主
yanglina
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2006-4-15
 问题点数:0 回复次数:0 
请教一个c++程序问题

#include <iostream>
#include <string>
#include <fstream>
#include <vector>
#include <cstring>
using namespace std;
int main(){
char a[2];
vector<string>x;
string b;
ifstream in("e:\\gf.cpp");


while(getline(in,b))
x.push_back(b);

for(int i=x.size ();i>0;i--){
cout<<x[i-1];
do{
gets(a);
}while(strcmp("go",a));//用go 控制输出

}
return 0;
}

怎么实现回车控制每行的输出??在此先谢谢了
搜索更多相关主题的帖子: include return 
2006-04-15 10:55



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-57610-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.462234 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved