There are 0 repository under bolean-functions topic.
The program is a simple console-based CRUD (Create, Read, Update, Delete) application written in C++. The program allows the user to add, list, update, and delete employee records. The program uses two vectors, `EmpID` and `EmpName`, to store the employee ID and name respectively.
Academic Course Project for Fundamental of Programming Lab (CSE-1211), University of Dhaka