Hello programmers, can anyone help me on this? I want to be able to get the current system date add so many days to it or subtract; which will automatically calculate the new date (and also for leap years if possible).

e.g system date = 02/04/2002 + 29 (days)

new system date should read 01/05/2002. I've tried using time.h and them annoying structures, but none of them worked. Any help would be very greatful.

os-win98/builder5