i have a problem using fstream and allocating them into vector
problem statement:
create a program that uses vector called List
using a structure called Students
include the following in the Students
-fullName [string]
-idNumber [int] (e.g 200910001)
-subjectName [string] (e.g. Programming 1, Web Application)
-classStanding [double]
-prelimExam [double]
-midtermExam [double]
-finalExam [double]
now there are 2 operations involved using function inside the structure: