Jul 26, 2006 #1 runa12345 IS-IT--Management Joined Jul 13, 2006 Messages 9 Location US Hi All.. I want to know how can we add or subtract a date from current date in c++. Thank you
Jul 26, 2006 #2 Salem Programmer Joined Apr 29, 2003 Messages 2,455 Location GB Look up the mktime() and difftime() functions in time.h -- Upvote 0 Downvote