I know this has been asked numerous times. But, none of the answers were direct. How do you specify line numbers in strings? Or from .txt files?
This is a discussion on Specifying Line Numbers within the C++ Programming forums, part of the General Programming Boards category; I know this has been asked numerous times. But, none of the answers were direct. How do you specify line ...
I know this has been asked numerous times. But, none of the answers were direct. How do you specify line numbers in strings? Or from .txt files?
From what I've heard, you can't.
You'll have to start at the beginning of a file and go down as many lines as the line you want to end up...
There has to be some better solution though.