|
|
back to boardHelp me,about the standard input Posted by Ural 27 Jan 2002 17:58 How can I know the input is finished? It doesn't get the data from file,I can't use : ifstream in("*.in"); in.eof(); Re: Help me,about the standard input Posted by pogos 8 Oct 2014 11:22 cin.eof() |
|
|