I've arranged the code like this.
3 more functions to go.
Problem 1 :Code:CODE REMOVED
If i want to remove student information,i must search the student with student ID.How can i search from the students.txt file ?
What function should I use ?
1.insert student id
2.open students.txt
3.search the students id from student.txt
4.if found,remove the student name,id
5.if not found, cout << " studen id not found";



LinkBack URL
About LinkBacks


