1 / 4

Birth Date System Programming Project

This project involves developing a header file "mydate.h" that provides functionalities for date calculations such as leap year determination, day of the year calculation, and day of the week. The aim is to create a comprehensive date handling system. Example functions include LeapYear(), DayOfYear(), and Day(). The project is designed to enhance programming skills related to date operations.

ratana
Download Presentation

Birth Date System Programming Project

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction • Submitted By: • Muaz Ishfaq Ahmad • Submit TO: • Sir Khaliq Masood • Reg#: • BC 306-009 • Institute Name: • The University of Lahore

  2. < Project Name > ( BIRTH DATE SUSTEM )

  3. Problem Statement • Develop a "mydate.h" that provides all the functionalities +,-,<,>,<=,>=,==,!=,= leap year(date), dayOfYear (date), day (date). Example: • LeapYear("10/10/2008") should return true. • DayOfYear("01/02/2008") should return 32nd Day of 2008 • Day(\"27/10/2008\") should return "Monday".

  4. Header File • MyDate.h

More Related