lotharious
MIS
Im an old programmer, but has been too many years since I have done much with VC++.
Im am starting work on a scheduling function.
Im having a few problems with my design because I do not know how to manage the dates and so forth.
For each project there is a Delivery date.
From this point I need to setup a Calendar so to speak.
I am figuring CTime will be the way to go with this however I am lacking any documentation for this.
My Basic needs are as follows
I need to know the 'Short Date', and 'Weekday' of each Day between Current Day, and the Last Delivery Day of the projects.
The Last Delivery day will come to me as a String.
if nothing else I will write my own function from the struct tm. However Im really trying to learn more VC++ as Im working toward a hug application that is coming.
Im am starting work on a scheduling function.
Im having a few problems with my design because I do not know how to manage the dates and so forth.
For each project there is a Delivery date.
From this point I need to setup a Calendar so to speak.
I am figuring CTime will be the way to go with this however I am lacking any documentation for this.
My Basic needs are as follows
I need to know the 'Short Date', and 'Weekday' of each Day between Current Day, and the Last Delivery Day of the projects.
The Last Delivery day will come to me as a String.
if nothing else I will write my own function from the struct tm. However Im really trying to learn more VC++ as Im working toward a hug application that is coming.