hello
i trying to process time data for example i have
"zero point"
23.11.2004 12:34:45
d m y h m s

and i got value like that
11 days 20 hours 34 minutes 59 seconds

how correct ADD this value to "zero point" and as result get right date ???

also i intresting how get and using leap years ?


P.S. I'm using MSVC (WinAPI without MFC)

thanks