由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 问一个很弱的c++ cin的问题
相关主题
死了,哪里有mingw的入门介绍?develop linux apps on Windows
g++ for WindowsMinGW在win7上就是一个垃圾
低手问个C的scanf问题error of couting total line number in txt file on MSDOS (转载)
怎样在cygwin里安装老的gcc版本?windows下的Gcc界面叫什么来?
makefile 里面那个-D flags的问题问一个MinGW + CMake 的问题
please recommend an easy windows C debugger for a beginner[转载] 简单的题都不敢做了.
windows 7 下面大家都用什么C编程软件?大家在linux下面用什么C++的IDE呢?
外行问个compile的事, 大牛们帮帮我EOF一问
相关话题的讨论汇总
话题: 读入话题: cin话题: eof话题: 很弱话题: unix
进入Programming版参与讨论
1 (共1页)
j******e
发帖数: 64
1
我现在是一行一行读入的
a1 b1 c1
a2 b2 c2
是从std in读入的,最后回车
表示读入结束,请问这种情况
如何判断,
我是
while(cin.getline(a,256)){
....
}
但是无论如何跳不出这个循环,谢谢。
j******e
发帖数: 64
2
EOF不是从file读入吗?我是从std::in读入
c*****t
发帖数: 1879
3
press ^Z and enter on dos/windows. press ^D on Unix/MinGW/Cygwin.

【在 j******e 的大作中提到】
: EOF不是从file读入吗?我是从std::in读入
j******e
发帖数: 64
4
那样整个program就terminate了,如何继续后面的操作呢?

【在 c*****t 的大作中提到】
: press ^Z and enter on dos/windows. press ^D on Unix/MinGW/Cygwin.
c*****t
发帖数: 1879
5
不是,^Z 在 pc 上是 eof,并不 terminate 程序。类似的,^D 在 unix 上
也是 eof 。

【在 j******e 的大作中提到】
: 那样整个program就terminate了,如何继续后面的操作呢?
j******e
发帖数: 64
6
ok, thanks :)

【在 c*****t 的大作中提到】
: 不是,^Z 在 pc 上是 eof,并不 terminate 程序。类似的,^D 在 unix 上
: 也是 eof 。

1 (共1页)
进入Programming版参与讨论
相关主题
EOF一问makefile 里面那个-D flags的问题
打算安装mingw,我应该下哪些文件呢,please recommend an easy windows C debugger for a beginner
Help: how to use Eclipse as C++ IDE in XP?windows 7 下面大家都用什么C编程软件?
free C++ compiler under Vista?外行问个compile的事, 大牛们帮帮我
死了,哪里有mingw的入门介绍?develop linux apps on Windows
g++ for WindowsMinGW在win7上就是一个垃圾
低手问个C的scanf问题error of couting total line number in txt file on MSDOS (转载)
怎样在cygwin里安装老的gcc版本?windows下的Gcc界面叫什么来?
相关话题的讨论汇总
话题: 读入话题: cin话题: eof话题: 很弱话题: unix