Skip to content

Meshok/TestTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published