|
If I were using
#include <fstream>
How would I find a variable number of characters in to the text document and a variable number of lines down, then get that number as a seperate variable. For example...
Here is my text document:
// row number
111200101 // line number
103010211
100020110
104101210
100131110
100110401
So if I wanted to get the number on row 3 and line 2 it would get the number 3. Now I want that to be a variable. I hope this isn't too confusingly worded and I hope that someone has an answer.
Thanks in advance,
Barbalute.
|
|
|
|
|
|
|
|