An open API service indexing awesome lists of open source software.

https://github.com/tamim-saad/calender_by_cpp


https://github.com/tamim-saad/calender_by_cpp

Last synced: 2 months ago
JSON representation

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