heyy i am a beginner in c++. i am trying out to develop a code to display the date in dd/mm/yy format .
also i am interested in validating the date( like for eg a month feb only 31 is invalid) and it should display "date invalid" if the date in invalid
the points i have noticed are
1. the days of each month are varying
2. the leap year problem
i also want to develop the code in such a way that we can add and subtract dates. And develop a Concept calender type class where we can see which date refers to which day ( Ex: 12/jan/1989 is a monday).. something like that.
I need help right from the scratch for this one. please help me as soon as possible
thanks in advance