input file - C++ Ignore Empty First Line - Stack Overflow

input file - C++ Ignore Empty First Line - Stack Overflow

瀏覽:1051
日期:2025-09-29
... so I need to be able to read the line if there is information, or skip it if it is blank. This is just for the first line. while (getline(mcFile, line)) { istringstream liness2(line); ... } That's how I'm reading the lines....看更多