I've been using GetTickCount() from Windows but I've read that it has poor performance/resolution, and I'd like to ask what is the best way to get the time.
I tried using the <ctime> library but it doesn't go for miliseconds or microseconds, and I need something up to that precision.
Thanks!