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.
I need the ones that go up by seconds, minutes and hours. But i couldnt find one.
int time = 0;
while(1){
time++;
Sleep(1000);
}