I\'m looking to implement a simple timer mechanism in C++. The code should work in Windows and Linux. The resolution should be as precise as possible (at least millisecond a
I highly recommend boost::posix_time library for that. It supports timers in various resolutions down to microseconds I believe