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++.
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
Contributions to the Networking Project are welcome. Please follow these guidelines when contributing:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes, ensuring adherence to coding standards and documentation practices.
- Test your changes thoroughly to ensure they do not introduce regressions.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request, describing the changes and their rationale.