C++ Time and Date Manipulation
Hi I am currently working on a porject I class that involves manipulating the time and date and can not figure out how to go about doing it.
The program is supposed to simulate a shipping company, and I need to to say when the package is delivered. So what I basically need is for it to find the current time and date, and than just add a certain number of days to it, anywhere from 1 to 9 days. Your help would be much appreciated.
|