c++ - ifstream not reading EOF character - Stack Overflow

c++ - ifstream not reading EOF character - Stack Overflow

瀏覽:361
日期:2025-06-13
2011年6月28日 - This time, however, even though it found the eof character in my test ... ifstream curfile(input.c_str()); getline(curfile, line); int linenumber = 0; ......看更多