Student Record Management System
Write a C++ program which perform following operations:
Insert student record in a csv file comma separated value.
Insert at Start
Insert at End
Insert at Specific Position
Update student record (update name) in a csv file comma separated value.
Delete student record (delete by name) in a csv file comma separated value.
Help: Perform the above mentioned operations as we discuss in the class.
Student records consist of Name, age and contact number (comma separated data).
Each row of file contains a record of the student.
Example:
StudentInfo.txt
Ali ahmad,19,0333-1234567
Bilal malik,21,0321-1234567
M. Abid,20,0300-1234567
If user press 5 then perform the program termination
Comments
Leave a comment