timer

Hi. I may need a timer to run my Win32 program. How do I include the timer into my project window and into the toolbox if that is where it is where it belongs. I appreciate whatever you can tell me about this.
Last edited on
If your compiler supports C++11, you can write a simple timer using "chrono" header file. I think you can use MFC too, but I don't know how to use it :D
Topic archived. No new replies allowed.