Ich bekomme bei der Zeile
format(datumstring, sizeof(datumstring), "%s%d:%s%d:%d", (day < 10) = ("0") : (""), day, (month < 10) ? ("0") : (""), month, year);
folgende Errors:
error 022: must be lvalue (non-constant)
warning 215: expression has no effect
error 001: expected token: ";", but found ":"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
woran kann das liegen ?
Gruß
Schizopriest