标题:What does this program mean ?
取消只看楼主
guoangang
Rank: 1
等 级:新手上路
帖 子:18
专家分:0
注 册:2007-7-11
 问题点数:0 回复次数:1 
What does this program mean ?

// What is wrong with this program?
#include <iostream>

using std::cin;
using std::cout;

int main()
{
int c;

if ( ( c = cin.get() ) != EOF ) {
main();
cout << c;
}

return 0; // indicates successful termination

} // end main
这是我从书上找的,但也看不出有什么错。编译可通过,也可运行,但她是什么意思呢?

搜索更多相关主题的帖子: does mean What program 
2007-07-28 20:39
guoangang
Rank: 1
等 级:新手上路
帖 子:18
专家分:0
注 册:2007-7-11
得分:0 

她怎么可以调用main函数呢?
我有些不理解。


2007-07-29 19:20



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




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

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