标题:1到3处代码的意思不清楚
取消只看楼主
墨香555
Rank: 2
等 级:论坛游民
帖 子:115
专家分:31
注 册:2010-10-21
结帖率:96.15%
已结贴  问题点数:20 回复次数:0 
1到3处代码的意思不清楚
1到3处的代码在程序中是什么意思啊,谁能帮我解释下
int main()
{
    using namespace std;
    char input[Arsize];
    char next;
    cout<<"enter a line: \n";
    cin.get(input,Arsize);
    while(cin)                                       
    {
        cin.get(next);                              1
        while(next!='\n')                           2
            cin.get(next);                          3
        strcount(input);
        cout<<"enter next line(empty line to quit): \n";
        cin.get(input,Arsize);
    }
    cout<<"Bye\n";
    return 0;
}
搜索更多相关主题的帖子: next 
2011-09-14 18:11



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




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

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