In C++
I'm using various event controlled and counter controlled loops for reading in data from files, and storing them in arrays, etc, however, I always seem to get either one line with just a '0' or many lines of junk after the REAL data has been processed. It's almost as if these loops are going one too far.
I'm using various event controlled and counter controlled loops for reading in data from files, and storing them in arrays, etc, however, I always seem to get either one line with just a '0' or many lines of junk after the REAL data has been processed. It's almost as if these loops are going one too far.