Skip to content

parednuw/EmployeeManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EmployeeManagementSystem

Another little project to get to know C++ (and Git) even better.

This project will implement a management system in which information about fictoues employees of a fictous company can be stored. An entry consists of the name, the date of birth, the department and the job title of one employee. Future extension may be a file-system, for e.g. contracts.

The user of the program is capable of: adding, view, modify and delete an entry - as well as search for specific information. The search can have multiple options which correspond to the categories of an entry.

After implementing the backend, a GUI would be the next step.

About

Creating a program to store data about employees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages