Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayeshaaaaaaaaa/university-admission-management-system
It is a first semester Programming Fundamentals project in c++ in which student record is entered and eligibility is checked on basis of merit calculated . Students record in maintained in using files in c++.
https://github.com/ayeshaaaaaaaaa/university-admission-management-system
Last synced: 12 days ago
JSON representation
It is a first semester Programming Fundamentals project in c++ in which student record is entered and eligibility is checked on basis of merit calculated . Students record in maintained in using files in c++.
- Host: GitHub
- URL: https://github.com/ayeshaaaaaaaaa/university-admission-management-system
- Owner: Ayeshaaaaaaaaa
- Created: 2024-02-07T07:37:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-07T09:18:37.000Z (10 months ago)
- Last Synced: 2024-02-08T10:58:50.849Z (10 months ago)
- Language: C++
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UNIVERSITY-ADMISSION-MANAGEMENT-SYSTEM
It is a first semester Programming Fundamentals project in c++ in which student record is entered and eligibility is checked on basis of merit calculated . Students record in maintained in using files in c++.
## Objective:The major objective of this project are as follows
To create a simple form submitting system
To store the information of the students and manage them.
Only valid users who passed the entrance exam can fill up the form.
Allows the administrator to view the information
## Working
![image](https://github.com/Ayeshaaaaaaaaa/UNIVERSITY-ADMISSION-MANAGEMENT-SYSTEM/assets/109134464/a770f7a9-38b7-429c-8063-40f1b8b1a60a)
## Contribution GuidelinesContributions to the Networking Project are welcome. Please follow these guidelines when contributing:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes, ensuring adherence to coding standards and documentation practices.
4. Test your changes thoroughly to ensure they do not introduce regressions.
5. Commit your changes (`git commit -am 'Add new feature'`).
6. Push to the branch (`git push origin feature-branch`).
7. Create a new Pull Request, describing the changes and their rationale.