Hello,
How are you all? A question, or more like a problem has crept up in my programming as of late. I tried to solve it by myself, but to no avail. It concerns CTime.

There's a part of my program where I require it to execute a certain operation every 100ms, but so far, I could only make a stopwatch type timer. Is there a way where every 100ms, a whole set of subroutine will run?

I ask this becouse I am currently writing a simulation program and I have in mind discrete events happening every 100ms in my simulation.

Please help.

-Andy