|
|
back to boardhow do c/c++ program read the data? Posted by chnlkw 6 Feb 2009 18:21 my program always stops reading while it reach EOF (#26). how to avoid it? help like this : "12(#26)21" Edited by author 07.02.2009 06:27 Re: how do c/c++ program read the data? A program stops reading as soon as the next reading operator ( cin >> ... , cin.getline(), scanf(), getchar() and so on) gets what it requested. |
|
|