02.03.2019, 10:11
Use GetTickCount instead of gettime. It returns milliseconds.
Take the difference between the GetTickCount when the race started and the current GetTickCount and calculate the times.
Take the difference between the GetTickCount when the race started and the current GetTickCount and calculate the times.