Hello,
I've found many instances where I am processing large text files as input to a process. I would like to be able to give some sort of indication of progress without scrolling a number off the screen.
My thought is to read in the input text file and determine its size (number of lines "yyyy" then print out progress as:
Progress: xxxx of yyyy
I am looking at Win32:console right now but wondered if anyone might have some suggestions.
Thank you in advance for any assistance.
I've found many instances where I am processing large text files as input to a process. I would like to be able to give some sort of indication of progress without scrolling a number off the screen.
My thought is to read in the input text file and determine its size (number of lines "yyyy" then print out progress as:
Progress: xxxx of yyyy
I am looking at Win32:console right now but wondered if anyone might have some suggestions.
Thank you in advance for any assistance.