02.04.2011, 17:01
Hello guys!
Can someone explain me what this %02d does in this code:
Can someone explain me what this %02d does in this code:
Код:
format(str, 32, "%02d:%02d", var1, var2);