An open API service indexing awesome lists of open source software.

https://github.com/captaincluster/gpacalculator

Calculate your GPA with this terminal-based C++ GPA Calculator.
https://github.com/captaincluster/gpacalculator

Last synced: 4 months ago
JSON representation

Calculate your GPA with this terminal-based C++ GPA Calculator.

Awesome Lists containing this project

README

          

# GPACalculator

## 📰 Introduction

:godmode: Calculate your GPA with this **simple-to-use**, **terminal-based**, GPA calculator that lets you freely **name** your courses and determine their credits and the earned grades.

💪 You worked hard to get a higher grade from an already graded course? With the **flexibility** of this piece of software, feel free to make the necessary changes!

🥇 Your GPA is calculated in a **dynamic** fashion, throwing away the hassle of manually ordering the calculation.

## 🤓 Message

C++ is a programming language that has fascinated me for quite some time. I took courses, involving both C and object-oriented programming (with Java). After completing the courses, I was left
with a deep interest towards lower-level languages. With free time in my hand, I finally got around to pursuing this interest. The amazing community support and the capabilities of C++, with the
combination of OOP that I have gotten familiar with, made me start pursuing C++. This is my very first C++ project, and on top of that, my first time doing a full project using Visual Studio,
rather than Visual Studio Code.

Now after making this project, I am confident in my ability to set up new C++ projects and using Git to manage my repositories with Visual Studio. Despite this, this is just my first C++ project,
albeit being a huge step for me. From this point onward, the smart choice is to maintain what I have built and create even more challenging C++ projects.