Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.25 KB

File metadata and controls

23 lines (19 loc) · 1.25 KB

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

Contribution Guidelines

Contributions 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.