Skip to content

QosmosTheQ/day-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Date Calculation Application

This is a simple C++ console application that calculates the elapsed days between a given date and the current date. It also provides additional features such as determining the zodiac sign, Hijri year, and Chinese zodiac sign associated with the given date.

Features

  • Calculate the number of days elapsed between a given date and the current date.
  • Determine the zodiac sign based on the given date.
  • Determine the corresponding Hijri year for the given date.
  • Determine the Chinese zodiac sign associated with the given date.

Requirements

  • C++ compiler
  • Standard Library

Usage

Clone the repository:

git clone https://github.com/618t/day-finder.git

Build the project:

cd day-finder
g++ main.cpp -o dayfinder

Run the executable:

./dayfinder

Follow the prompts and enter the date in the format "day month year" (e.g., 10 06 2000).

The program will display the elapsed days, zodiac sign, Hijri year, and Chinese zodiac sign associated with the given date.

License This project is licensed under the MIT License.

About

all the info you need about a spesific date

Topics

Resources

License

Stars

Watchers

Forks

Languages