2011年9月27日 星期二

How to Get High-resolution Time in Windows

Implement a Continuously Updating, High-Resolution Time Provider for Windows

This is a good article to explain how to get high-resolution time in Windows.
The idea can also apply to other operating systems.

C++ dynamic class creation

There are two simple implementations for c++ dynamic class creation. It is useful and make your code cleaner. :)