Hi all,
i'm getting following error messege when i use
switch(temp.month)
{
//work fine with case 8:
case 08:
amonth=temp.day/30;
temp.day%=30;
temp.month+=amonth;
break;
default:break;
}
error:illegal digit '8' for base '8'.
I can't understand why it is.could someone help me out asap.