Timer for CA?

Posts 15 of 5 · Page 1 of 1
Timer for CA?
I searched in google and I the timers I found are countdown ones.

I need the ones that go up by seconds, minutes and hours. But i couldnt find one.
Code:
int time = 0;

while(1){

    time++;
    Sleep(1000);

}
Quote Originally Posted by Crash View Post
Code:
int time = 0;

while(1){

    time++;
    Sleep(1000);

}
Always beat me to stuff.
Quote Originally Posted by whatup777 View Post
Always beat me to stuff.
Maybe there is a reason for that...
lol wats the reason
Posts 15 of 5 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?