What is the fastest timing system a C/C++ programmer can use?
For example: time() will give the seconds since Jan 01 1970 00:00. GetTickCount() on Windows wi
On Mac OS X, you can simple use UInt32 TickCount (void) to get the ticks.