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.
Hostel Management System In C Removing existing account is not working…
replace “if(add.roll_no!=rem.roll_no)” with “if(strcmp(add.matric_id,rem.matric_id)!=0)”
what if i dont want any password?
Sir it is saying that getch(); needs a prototype everytime I am compiling it
Ye kisme run hota he kisi me bhi run nahi ho raha
in hostel management system remove students information is not working