09/09/2022
LEARNING C PROGRAMMING LANGUAGE @
Greetings! I just want to use this medium to wish us all a happy new month of September. While we still have a few months from now, I just thought I should make a simple, useful Calendar project in "C" programming Language. The purpose is to remind us of the task we promised to accomplish individually by the end of the year 2022. Yes, you may think you have plenty of time to achieve that goal, but it's also very important to keep in mind that you need an accurate and up to date calendar of due dates.
The output(executable file) of this Calendar project will only require you to enter any year digit of your choice, press enter key then sit back and watch how the program uses your input to display all the months, weeks and days of the entered year. Just think about the yearly Calendar you have at home, in your office, school, church, etc. Exactly what I'm talking about
You want to prioritize schedules in your daily work, this calendar project is the real deal. Kindly check the complete source code @ my GitHub repo URL https://github.com/kellyxglobal/C-Projects/blob/master/calendar_project/demo_calendar.c.
I designed the project with C programming Language on Linux OS platform. C programming, as a low level programming Language is a language that can get you right inside the computer's head by understanding how memories are allocated via the concept of pointers, arrays, malloc, calloc, realloc and some gibberish stuffs haha that makes total sense if you understand the concept.
Feel free to fork it if you wish to modify and add more features to it.
Human knowledge belongs to the world. Keep learning, and keep building.