Table of Contents
Every year VIT HOSTEL COUNSELLING is held in the second/third week of March during the Winter Semester for students’ room reservation for the ensuing academic year. Room reservation criteria and rules will be purely based on the academic performance well as the clean chit record of students’ discipline as per Code of Conduct, as practiced every year. Simulation of this project will involve taking the details of the students as inputs, then the will be stored in respective branches (such as CSE, ECE, Mechanical etc.). The desired output shall be a combined list of students from all branches along with their NCGPA’s followed by a user – friendly counselling procedure and room allotments.
This project was built with the following frameworks and technologies:
Follow the steps given below to run the project on your system.
- GCC
Install GCC Compiler and IDE to run the code. Run the following to check if gcc is installed correctly. gcc -v
- Create a file of students with the required details as shown in the metadata.
- Sample file - https://github.com/rushabhkela/Hostel-Counselling-and-Management/blob/main/StuDetails.txt
- Clone the repo
git clone https://github.com/rushabhkela/Hostel-Counselling-and-Management.git
- Go into the root directory
cd Hostel-Counselling-and-Management
- Run the project
gcc hostel.c -w a.exe
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Rushabh Kela - +91 9834473257 - kelarushabh@gmail.com
Project Link: https://github.com/rushabhkela/Hostel-Counselling-and-Management