|
|
вернуться в форумhow do c/c++ program read the data? Послано chnlkw 6 фев 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. |
|
|