I see C ++ code under windows.
Indicates that 1 tick equals 100 nanoseconds. Does it depend on the windows? or Is it some kind of general standard if that is what is called a standard? The same thing on other OS?
Reason for requesting the above question. I have to write platform-independent code, if it depends on Windows, I have to add #ifdef WIN32 for this piece of code.
source
share