int GetTickCount( | ) |
Sample:
int start=GetTickCount(); // some hard calculations... Print("Calculation time is ", GetTickCount()-start, " milliseconds.");
Does this loop? When it gets greater than the max size of an int, what happens?
stewart:
Does this loop? When it gets greater than the max size of an int, what happens?
You are probably not going to get a reply from the OP as the post is over 3 years old
Does this loop? When it gets greater than the max size of an int, what happens?
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi
Can I get the time of a tick in milliseconds ... even if I have to go to the time on my pc it will be ok because I am interested in the speed of 1 tick to the next?
Any help appreciated ...
Thanks
Paul