31.08.2013, 22:41
Sorry i made some confusing with braces, now it compiles
Код:
new Year, Month, Day; getdate(Year, Month, Day); if(!strcmp(GetWeekDay(Day, Month, Yeaer), "Saturday",true)) { printf("Today is Saturday!"); }