Skip to content

khongsomeo/GPA-OOP

Repository files navigation

GPA-OOP

C/C++ CI GitHub release (latest by date) GitHub

Calculating my GPA, in an OOP way.

screenshot.png

Documentation

The Wiki page stores most information of the project.

Contribute to the documentation by creating changes in gpa-oop-wiki and create a Pull Request.

Quick Installation

(Detailed guides are in The Wiki page)

Choose a way to install:

Already have GNU Make and g++

Execute a git clone, then run make to compile. You can use g++ to compile the original source code too.

Using prebuild

Download a prebuild in The Release page - find the release.zip archive in each version.

Using Docker Image

docker pull ghcr.io/khongsomeo/GPA-OOP:latest

LICENSE

These works are under The MIT License