Get time difference without time()
- Posted by aku at inbox.as Mar 14, 2001
- 540 views
How I can get time difference without using time()? (in win32) But I don't want to use date() because user can change system time. Maybe something like time() but using win32 api calls. Thanks.