Struct project c++

Hey im having trouble completing this project involving structures. here are the requirements:
Write a grading program for a class with the following grading policies:
a. There are two quizzes, each graded on the basis of 10 points
b. There is one midterm exam and one final exam, each graded on the basis of 100 points
c. The final exam counts for 50% of the grade, the midterm counts for 25%, and the quizzes together count for a total of 25%.
The program will read in the students’ scores and output the student’s record, which consists of two quiz and two exam scores as well as the student’s average numeric score for the entire course and the final letter grade. Define and use a structure for the student record. Get input for each student from a file.

specifically I need help getting the file to input into the structure
Topic archived. No new replies allowed.