Is there a standard library equivalent of timeGetTime()?
问题 I've tried search without really finding an answer to this question that meets me requirements or explains it clearly enough. I'm looking for a function or a way to implement a function that can retrieve the number of ticks or milliseconds in the same way that the timeGetTime() function does in windows. I'm looking for a solution that only uses standard C++, no additional libraries or platform specifics (like timeGetTime() on windows or a linux equivalent; a multi-platform solution). I'm