[Solved] Read in a certain line only? [closed]
[ad_1] You can mark lines you don’t want to read with some character or a number, so whenever input stream reads it, you can skip it. 0 This is a test configuration text file 0 It isn’t supposed to read this line or the line above it 1 Read this line, but not the white … Read more