I am writing a program that will be used on a Solaris machine. I need a way of keeping track of how many seconds has passed since the start of the program. I\'m talking very sim
The main drawback to this is that you have to poll for the updates. You'll need platform support or some other lib/framework to do this on an event basis.