Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SalaryEmployeeFinal

In this project, I implemented the ability to store, add, and retrieve employee information from a file. Each employee has:

  • a unique identifier (id)
  • a name
  • a salary type: monthly, hourly, or commission-based
  • a salary amount

In the case of hourly and commission-based payments, the file stores the entered hourly rate/salary, but the total amount is displayed when outputted on the screen.

It's not possible to add an employee with the same name to the file!

During the programming process, inheritance, file handling, lambda functions, working with class objects, functions, and STL library containers were actively utilized.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages