Dr. Demento
Well-known Member
- Joined
- Nov 2, 2010
- Messages
- 618
- Office Version
- 2019
- 2016
- Platform
- Windows
Evening all.
I found some code that, at least from the basic description, does what I would like. However, it's written in a variety of C. It's not too long; would anyone be willing to "translate" it?
The end goal is a Function that can be called (additional input: execute at x% of total --> first part of program would test if the x% of total loops have been performed, function would be executed; otherwise Exit) and will output the time remaining and the percent complete.
https://www.codeproject.com/Articles/27436/Remaining-Timer
Any takers?
I found some code that, at least from the basic description, does what I would like. However, it's written in a variety of C. It's not too long; would anyone be willing to "translate" it?
The end goal is a Function that can be called (additional input: execute at x% of total --> first part of program would test if the x% of total loops have been performed, function would be executed; otherwise Exit) and will output the time remaining and the percent complete.
https://www.codeproject.com/Articles/27436/Remaining-Timer
Any takers?