我来我网
https://5come5.cn
 
您尚未 登录  注册 | 菠菜 | 软件站 | 音乐站 | 邮箱1 | 邮箱2 | 风格选择 | 更多 » 
 

本页主题: 关于C++判断输入为空 显示签名 | 打印 | 加为IE收藏 | 收藏主题 | 上一主题 | 下一主题

xuer



誓言守护者 执着之戒 真诚之戒 勇敢之戒
性别: 帅哥 状态: 该用户目前不在线
头衔: 学而时习之
等级: 人见人爱
家族: 起早不摸黑
发贴: 3393
威望: 0
浮云: 0
在线等级:
注册时间: 2006-11-19
最后登陆: 2018-08-13

5come5帮你背单词 [ westwards /'wədz/ ad. 向西 ]


关于C++判断输入为空

while(getline(cin,str)!="")
str是string结构的,上面这样判断式子有错吗
顶端 Posted: 2007-10-06 22:35 | [楼 主]
水哥



性别: 帅哥 状态: 该用户目前不在线
头衔: 无知和妄为!!!
等级: 人见人爱
家族: KOP★红军魂
发贴: 4999
威望: 1
浮云: 1152
在线等级:
注册时间: 2007-07-05
最后登陆: 2008-06-26

5come5帮你背单词 [ temple /'templ/ n. 庙宇,寺院 ]


[quote]引用第6楼xuer于2007-10-06 22:41发表的  :
#include<iostream>
#include<string>
using namespace std;
void strcount(const string str);
int main()
{
    cout<<"Enter a line:\n";
    string str;
    while(getline(cin,str)!=NULL)
    {
        strcount(str);
        cout<<"Enter the next line ( enpty line to quit ):\n";
    }
    cout<<"Bye"<<endl;
    return 0;
}
void strcount(const string str)
{
    static int total=0;
    int count=0;
    cout<<"\""<<str<<"\" contains ";
    int i=0;
    while(str[i++])
        count++;
    total+=count;
    cout<<count<<" characters\n";
    cout<<total<<" characters total\n";
}quote]
红的地方多了东西
顶端 Posted: 2007-10-07 13:11 | [1 楼]
我来我网·5come5 Forum » 程序员之家

Total 0.010144(s) query 6, Time now is:11-22 20:00, Gzip enabled
Powered by PHPWind v5.3, Localized by 5come5 Tech Team, 黔ICP备16009856号