Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 432 Bytes

File metadata and controls

14 lines (12 loc) · 432 Bytes

A console-based application to manage employee records for a small company. It allows users to: 1.Add new employee records. 2.View all employee records. 3.Update employee details. 4.Delete employee records. 5.Save and load data to/from a binary file for persistence.

OS: Linux Mint(Wilma).| IDE: Code Blocks.| compiler: GCC| DATE: 18-December-2024|

If on windows replace <system("clear")> with <system("cls")>