GPA Calculator in C banner

GPA Calculator in C

2 devlogs
2h 59m 2s

I have two problems that I want to solve using this project: 1) I want to learn C and 2) I need a way to calculate my GPA based off of my state’s ridiculously complex grading system. So I am trying to fix both problems through this project.

seimetz.robert

I added a couple more mechanisms and regulations, including being able to read grades from files. I will build on that to translate the entirety of the high school grading regulations into the code and make it more user-friendly later .

Attachment
0
seimetz.robert

In a first step, I wanted to add the rudimentary logic needed to get the calculator to work. Later, I will add more accurate calculator and check logic and add functionality such as user input/csv/multi individual support. I might also add a fancy GUI.

Attachment
0