|
-
Jan 14th, 2010, 04:30 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Is GetTickCount() Safe ?
We all know that GetTickCount returns a number as (As long).
And a (As long) variable does not exceed this number: 2147483647.
So what's going to happen if I make a server that uses GetTickCount(), and that it exceeds this number? Will the server crash ? Or GetTickCount() will start all over again from Zero ?
 DoEvents
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|