Coders Packet

Calendar using c++

By Vedant Dalal

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

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by Vedant Dalal (vd04001)

Download packets of source code on Coders Packet