still run functions while in delay

Arrch:

hilukasz:
ok since I am using an Unsigned Integer in this example which can hold a decent count (4,294,967,295) is that a concern of the program crashing? (this thing might be on for several days) Is there a standard practice of reseting the count when it gets to a certain value? that seems like the likely solution...

ints are 16-bit

lonbs are 32-bit.

LOL. lonbs, Is that one of those fancy new C++ data types?