Parsing a file with different rows. Okay, I am going to try your way. Thanks :)
Parsing a file with different rows. okay ! and is there a way to do it without using vectors? Like just variables? I feel it would be ea...
Parsing a file with different rows. No, there is no pattern. So I would get the lines using: while (!file.eof()) getline(file, ...
Parsing a file with different rows. I have to store the values and use them later. I guess my question is ho to read line by line and s...
Parsing a file with different rows. I have to parse a text file and each row is completely different from the previous one. I know how t...
This user does not accept Private Messages