Student Management Project - README This project is a student data management system developed by Bililign Yibgeta. The program allows users to perform various operations related to student information. Below are the available functions:
Functionality Add new Student
This function allows the user to add a new student to the system. Search
This function enables the user to search for a specific student by their information. View all Students
This function displays the details of all the students in the system. Add grade
This function allows the user to add grades for a student's courses. View student course grade list
This function displays the grade list for a specific student. Delete information
This function enables the user to delete a student's information from the system. Exit
This option allows the user to exit the program. Usage To use the program, follow these steps:
Run the program. Select the desired operation by entering the corresponding number. Depending on the chosen operation, follow the prompts to input the necessary information or view the results. Repeat steps 2 and 3 as needed. To exit the program, select option 0. Compilation and Execution To compile and execute the code, ensure that you have a C++ compiler installed on your system. Then, follow these steps:
Open a terminal or command prompt. Navigate to the directory where the code file is located. Use the appropriate command to compile the code. For example, if you are using g++, run the following command: Copy g++ -o main main.cpp After successful compilation, execute the program by running the following command: Copy ./main Follow the on-screen instructions to interact with the program. Note Please note that this README file only provides an overview of the project and its functionalities. For detailed code implementation and additional documentation, refer to the source code files provided by Bililign Yibgeta.
Disclaimer: This project is for educational purposes only and should not be used for real-world applications without proper modifications and enhancements.
For any questions or inquiries, please contact Bililign Yibgeta at [[email protected]].