Implementing a timed checkBrilliant! Thanks a lot for the simple (as in easy to understand) explanation and the proposal of do...
Implementing a timed checkThanks for this! I guess I was looking at a C list rather than C++ list :) I'll re-implement it like...
while loop epic failHi there, Your code enters the loop if [b]any[/b] of the conditions is true due the logical [b]or[/b...
How can i achieve this result?Hi there, the easiest way could be with a counter in your current code. It can be done with a for lo...
Implementing a timed checkHello everyone! I am writing a simple application to check some records in an interval. Each recor...