Skip to content

rudimental holiday management system implemented in c++ on runtime memory

License

Notifications You must be signed in to change notification settings

DressPD/cpp_holidays_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cpp_holidays_manager

basic and rudimental holiday management system implemented in c++ on runtime memory

These are the procedures and classes implemented in the code:

  • creating classes and derived classes to save employees attributes and relative methods
  • implemention of time class from scratch
  • program developed in procedural programming with interactive menu in main()
  • limits and peculiarities considered in order to test the code