F
Francesco
I search a function to calculate microseconds in a time istant
I search a function to calculate microseconds in a time istant
cout << "in ms " << ((static_cast<float>(clock()-t)/use clock() and CLOCKS_PER_SEC
for example, the following should give you the interval in ms from
when the first line was executed
int t = clock();
...
use clock() and CLOCKS_PER_SEC
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.