Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 663 Bytes

README.md

File metadata and controls

34 lines (31 loc) · 663 Bytes

Daily Planner

WHAT IS IT?

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!)

HOW TO INSTALL

In main directory do this:

Makefile

make

CMake

cmake -S . -B build  
cmake --build build