JoshVL / SummarizeGrades

A program to summarize grades of a given student. Used to practice C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Summarize Grades

Description: Program reads a file with student information and their homework scores. Program then manipulates the data to compute the total score and percentage for each student and writes a summary file with the computed scores for each students.

Code Organization: The main method is located within demo.cpp which showcases SummarizeGrades's functionality. The header file, SummarizeGrades.h show what functions are to be implemented within SummarizeGrades.cpp.

How To Compile: Compile the program using make with the included Makefile.

How To Run: Once compiled from make and Makefile, run the newly created summarizegrades to display the results of demo.cpp. Use ./summarizegrades to run it in the respective directory that it was created.

About

A program to summarize grades of a given student. Used to practice C++


Languages

Language:C++ 96.9%Language:Makefile 3.1%