Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

🏥 Hospital Management System (C++)

A simple Hospital Management System built using C++.
This project demonstrates the use of Object-Oriented Programming (OOP) and File Handling to manage patient records.

The system allows users to admit patients and discharge patients, with all data stored in a text file.


📌 Features

  • Admit new patients
  • Store patient details in a file
  • Discharge patients by removing records
  • Simple command-line interface
  • File handling using fstream
  • Uses classes and objects

🛠 Technologies Used

  • C++
  • Object-Oriented Programming
  • File Handling (ifstream, ofstream)
  • StringStream
  • Windows console functions

📂 Project Structure

Hospital-Management-System │ ├── main.cpp ├── Hospital.txt └── README.md

⚙ How It Works

1️⃣ Admit Patient

The user enters:

  • Patient Name
  • Address
  • Blood Group

The data is saved in Hospital.txt.

About

Hospital Management System built in C++ using file handling to admit and discharge patients.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages