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
If one is using the Qt framework in the project, the best solution is probably to use QElapsedTimer.