Re: [Interest] Design question: providing loop status

2022-04-22 Thread Roland Hughes via Interest
On 4/22/22 05:00, Sean Murphy wrote: I've got an existing class that will be used in both Qt and non-Qt/non-UI applications. One of that functions within that class parses large text files with what is essentially a while(!file.eof()) loop. I'd like to add functionality to the class that woul

Re: [Interest] Design question: providing loop status

2022-04-21 Thread Fabian Vogt
Hi, Am Donnerstag, 21. April 2022, 15:55:08 CEST schrieb Sean Murphy via Interest: > I've got an existing class that will be used in both Qt and non-Qt/non-UI > applications. One of that functions within that class parses large text files > with what is essentially a while(!file.eof()) loop. I'd

[Interest] Design question: providing loop status

2022-04-21 Thread Sean Murphy via Interest
I've got an existing class that will be used in both Qt and non-Qt/non-UI applications. One of that functions within that class parses large text files with what is essentially a while(!file.eof()) loop. I'd like to add functionality to the class that would provide some sort of parsing status ba