Hostel Management System In C Programming With Source Code

Project: Hostel Management System

– To download Hostel Management System project for free (scroll down)

About Project

Hostel Management System is based on a concept to maintain data of the students of a college living in different hostel premises. Before stepping into the main system a user has to pass through login system to get access, then only he/she can use the features of the system which includes Adding, Removing, Updating and viewing student’s records of a particular hostel.

Talking about the features of Hostel Management System, while entering student’s record he/she has to provide roll number, name, date of birth, age, city, phone number, email id, father’s name, father’s phone number, room number, and select hostel name. Under this, there are four hostels, BH-1, BH-2, BH-3, GH-1. But while updating customer’s information from existing account, he/she can only change room number and phone number. There are two methods to check a user’s account in detail i.e by roll number or by student’s name. He/she can view students of a particular hostel. The other listing record displays student’s name with roll number, address and contact detail. This system helps in easy data management of student in a hostel as it is not time-consuming.

This mini project Hostel management system project is developed using C Programming Language and different variables, strings have been used for the development of it. Hostel Management System in C Programming is free to download with source code.

In order to run the project, you must have installed Dev C++ or Code Blocks on your PC. (we recommend these IDE). For the project demo, have a look at the image slider below.

Features:
  1. Login system
  2. Enter, delete, Update data
  3. Check details of existing data
  4. View all records of a particular hostel
LOGIN DETAILS ARE PROVIDED IN “Readme.txt” FILE INSIDE PROJECT FOLDER

DOWNLOAD HOSTEL MANAGEMENT SYSTEM IN C PROGRAMMING WITH SOURCE CODE: CLICK THE BUTTON BELOW

[quads id=1]


3 1 vote
Article Rating
Subscribe
Notify of
guest
7 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
sharath p
sharath p
5 years ago

Hostel Management System In C Removing existing account is not working…

Prof. Madya Dr Sri Hafiez
Reply to  sharath p

replace “if(add.roll_no!=rem.roll_no)” with “if(strcmp(add.matric_id,rem.matric_id)!=0)”

aiv
aiv
4 years ago

what if i dont want any password?

Arunima
Arunima
4 years ago

Sir it is saying that getch(); needs a prototype everytime I am compiling it

Yash
2 years ago

Ye kisme run hota he kisi me bhi run nahi ho raha

AL MOUES
AL MOUES
2 years ago

in hostel management system remove students information is not working

7
0
Would love your thoughts, please comment.x
()
x