Question: Convert the given C program to a working C++ program by replacing following elements Replace structures with classes Replace character pointer arrays with C++

Convert the given C program to a working C++ program by replacing following elements Replace structures with classes Replace character pointer arrays with C++ string objects Implement following Replace printStudent Details() to print student details in the given format Add wirteStudent DetailsToFile("report.txt") function to write details to file named "report.txt" The file should write student details to a nicely formatted table Example o Index Name ID BirthYear Semester Course Test 1 Test 2 Test 3 Test 4 Test 5 Total Grade Shayna 600394174 1994 4 GAP 8 1 5 0 8 8.60 A o 1 o 2 o 3 o 4 o Repeat for all students Use stream overloading to print student details. (Usage of operator < < function) Implement getter and setter functions as required.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
