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

https://github.com/heyfoz/cpp-calendar-day-calculator

The Calendar Day Calculator Program (C++) asks the user to enter a month, day, and year in MM DD YYYY format. The day of the week for that date is displayed in the console. Multiple functions are used in the program to facilitate logical operations and calculations. The program loops until the user chooses to exit.
https://github.com/heyfoz/cpp-calendar-day-calculator

calendar cpp day-calendar loop

Last synced: about 1 year ago
JSON representation

The Calendar Day Calculator Program (C++) asks the user to enter a month, day, and year in MM DD YYYY format. The day of the week for that date is displayed in the console. Multiple functions are used in the program to facilitate logical operations and calculations. The program loops until the user chooses to exit.

Awesome Lists containing this project

README

          

# cpp_calendar_day_calculator
The Calendar Day Calculator Program (C++) asks the user to enter a month, day, and year in MM DD YYYY format. The day of the week for that date is displayed in the console. Multiple functions are used in the program to facilitate logical operations and calculations. The program loops until the user choosese to exit.

Linke to .cpp file: Calendar Day Calculator C++ Program

Copyright (c) 2022 ffm5113