write using C++ with detalied comments please to clarify
3:46 PM a student.aue.ae etisalat 4G Develop a C++ application to get input from user such as Student ID, Name and CGPA of 5 students and store the information in “Data.txt” file. You should create a class called Student” with following private string, cgpa float. In main function, create an array of 5 Student pointers and fill the array with new Student objects. Once the array
OR
OR