You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following program is an employee database. Written using the C programming language, the program uses a linked list of structures to hold the employee records. These records are saved to and retrieved from text files using C file IO. To sign into the program you need to enter a username and password. The passwords letters appear as * while they are being typed.
About
An "Employee Database". Linked List exercise using the C programming language. Involves creating my own linked list which holds employee records (structs). The list can then have CRUD operation performed on it.