Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 706 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 706 Bytes

GPA Calculator

Introduction

This is a simple program that allows you to calculate your GPA with persistent storage feature for future referencing.

Note that this is targeted towards Nanyang Polytechnic students so feel free to change the gpaRef hashmap variable accordingly on line 26.

Furthermore, I'm still in the midst of learning C++ so if there are bugs, please let me know.

Features

  • Calculate your GPA
  • Edit your results and save the changes
  • Delete a course module from the json file
  • Read all course modules from the json file

Dependencies