Question: C++ how ---- Delete and modify record. I have a text file (student.txt) S1001 James Limon Computer_sci S1002 WIlliams Hung fine_art How would i go
C++ how ---- Delete and modify record.
I have a text file ("student.txt)
S1001 James Limon Computer_sci
S1002 WIlliams Hung fine_art
How would i go about deleting and modying record from this file.
please complete this two functions;
deleteStudent(){
//complete me
}
modifyStudent(){
//complete me
}
please do not using bianry.
Step by Step Solution
There are 3 Steps involved in it
It seems your question has some incomplete parts particularly the function signatures and the initial setup for reading and writing text files in C Be... View full answer
Get step-by-step solutions from verified subject matter experts
