Using Structures and Files: Create a C++ program for Student record system. Note that: program must be menu driven, allowing the user to select an operation: add student record, show existing students' records, search a student record, and delete student record. The program must consist of following functions: 1. Function showChoice: The function shows the options to the user and explains how to enter data. 2. Function addStudent: The function adds new student record. 3. Function showStudent: The function shows all employees' records. 4. Function searchStudent: The function updates the information of specific student. 5. Function deleteStudent: The function delete a specific student record. 6. Function ExitProg: The function terminates the program execution.
C. Using Structures and Files: Create a C++
Note that: program must be menu driven, allowing the user to select an operation: add student
record, show existing students' records, search a student record, and delete student record. The
program must consist of following functions:
1. Function showChoice: The function shows the options to the user and explains how to enter
data.
2. Function addStudent: The function adds new student record.
3. Function showStudent: The function shows all employees' records.
4. Function searchStudent: The function updates the information of specific student.
5. Function deleteStudent: The function delete a specific student record.
6. Function ExitProg: The function terminates the program execution.
Step by step
Solved in 2 steps with 1 images