C++ Cross-Platform High-Resolution Timer

前端 未结 14 2295
不知归路
不知归路 2020-11-22 12:45

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

14条回答
  •  遥遥无期
    2020-11-22 13:27

    The StlSoft open source library provides a quite good timer on both windows and linux platforms. If you want it to implement on your own, just have a look at their sources.

提交回复
热议问题