Simple Blood Bank Management System is based on a concept of storing blood donors information. Here the user can perform certain tasks like adding donors information, listing and searching for donors information. There’s no login system for this project. This project contains few features but the essentials ones.
About Simple Blood Bank Management System In C++
A user can easily add donors information. In order to add donors information the user has to provide donors name, roll id, department, blood group, donated blood, last date of donation, phone number and email id. After adding donors information, the user can view all the donor’s list which displays all the provided details. A search function is also available in this system in order to search data quickly. Searching is done either by name or blood group or the department. Just by entering any one of these options, the system displays the donor’s record.
- Add Donors Information
- List Donors
- Search Donors
How to run Simple Blood Bank Management System In C++ ?
This project uses classes and file handling features of C++. The system does not use any external files to store the data permanently. Simple Blood Bank Management System is developed using C++ Programming Language and different variables, strings have been used for the development of it. Simple Blood Bank System in C++ Programming with source code is free to download. In order to run the project, you must have installed Dev C++ or Code Blocks on your PC. (we recommend these IDE).