Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luizfelipedasilva678/calculator-gtk

Calculator for simple operations made with C and GTK
https://github.com/luizfelipedasilva678/calculator-gtk

c gtk

Last synced: 23 days ago
JSON representation

Calculator for simple operations made with C and GTK

Awesome Lists containing this project

README

        

# Calculator

Simple calculator using a solution based on Shunting yard algorithm to evaluate the expression and GTK 4.0 to make the GUI.

## How to run

To build the code just use:

```make```

After that you just need to run the command below:

```./build/program.out```