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.
- Host: GitHub
- URL: https://github.com/captaincluster/gpacalculator
- Owner: CaptainCluster
- License: mit
- Created: 2023-12-28T15:12:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T21:15:51.000Z (over 2 years ago)
- Last Synced: 2024-12-31T02:40:27.622Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.