-
Timer in C
Hello,
Can someone guide me with using a timer in c?
I'm totally new to c although I'm a bit familiar with "C#".
I just need to write to a text file based on a timer.
I've referred to this article..."http://www.codeproject.com/KB/system/timers_intro.aspx#Win32Timers"...
but I really cannot make sense about how to actually make that stuff real code which really works.
Please help me...
Thanks.
-
Re: Timer in C
The MSDN articles on Win32 development provides invaluable information that can help you. Here's the article in Win32 timers specifically:
http://msdn.microsoft.com/en-us/libr...92(VS.85).aspx
-
Re: Timer in C