Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employees management

Project for practicing C language.

Features

  • Load data from file
  • Edit data from terminal
  • Sort data
  • Save data into file

Usage

  1. It is required gcc being installed to use this program.

  2. To build program in bash enter:

make
  1. To launch program enter:
./main
  1. Program has command line interface with tremendous menu:
Menu
0.  Exit
1.  Read file
2.  Print storage
3.  Add employee
4.  Edit employee
5.  Delete employee
6.  Sort by id desc
7.  Sort by id asc
8.  Sort by dep desc
9.  Sort by name desc
10. Sort by salary desc
11. Sort by experience desc
12. Write file

About

Project for practicing C language

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages