This is daily planner.
You can create and store records of two types:
- Event
- Creation date (filled in automatically)
- Expiration date
- Description
- Birthday
- Date of birthday
- Surname
- Name
- Patronymic (Optional)
Also you can view them:
- all
- by today's date
- by date (creation/expiration/date of birthday)
- by full name of person
And you can save/load state of program.
(Be careful! Loading clears the current state of the program!)
In main directory do this:
make
cmake -S . -B build
cmake --build build