Basic C Project
Do anything with the date like
- Given date is valid or invalid.
- Day of week from a given date.
- Comparing two dates.
- Difference in two dates in days.
- Difference in two dates in years, months and days.
- Add years to a given date.
- Substract years from a given date.
- Add months to a given date.
- Substract months from a given date.
- Add days to a given date.
- Substract days from a given date.
Completed
- open
Date.dev
file in Dev C++ - hit compile and run it automatically genrates the
Makefile
and some object files.o
and run the program
OR
- just open the
Date.exe
file it will start the program
Follow for more