https://github.com/tamim-saad/calender_by_cpp
https://github.com/tamim-saad/calender_by_cpp
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tamim-saad/calender_by_cpp
- Owner: Tamim-saad
- Created: 2024-06-24T04:41:22.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T19:46:30.000Z (12 months ago)
- Last Synced: 2025-02-07T20:13:40.627Z (4 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Enter any year and any month and get that full month in calender.
# Overview:
This project is a simple and efficient C program that generates a calendar for any specified month and year. Developed as part of an assignment in Level-1, Term-1 at BUET (Bangladesh University of Engineering and Technology), this program demonstrates practical applications of date calculations and logical programming.# Project Details:
Development Time: 2 days
Language Used: C
Verification: Accuracy verified against an online calendar tool# Key Features:
Calendar Generation: Creates a calendar for any given month and year.
Logical Accuracy: Determines the correct day of the week for any date.
User-Friendly Code: Simple and easy-to-understand code structure