I need to get a system time as precise as possible, the time(); function returns the seconds only, could I get something more precise, maybe a function that returns ms or something even more precise?
the deal is, I'd like to have an either existing function and if there is none, create an own function. but the deal is not counting the system time, I'd like to get it...I suppose Windows has ms(at least) precision time, there should be a way to get them...