Calendar using c++

Vedant Dalal Feb 19, 2023

In this project, I have created a calendar using C++ concepts like string, array, etc.

Hello Learners, In this calendar project, I have used the concept of array, string, switch case, prototype function, and many more.

Basically what this code can do is that when the user inputs the year details, he/she gets that year's calendar.     

The Time Complexity of this code is O(1). The time taken doesn’t depend on the input year. It is the same for any input year given by the user.                  

Below is the terminal window to show how this code looks after compilation.

 

                                Calendar

Project Files

Loading...
..
This directory is empty.

Comments (0)

Leave a Comment