Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luizfelipedasilva678/calculator-gtk
- Owner: luizfelipedasilva678
- Created: 2024-05-30T22:19:11.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-05T01:36:14.000Z (5 months ago)
- Last Synced: 2024-10-04T21:59:37.792Z (about 1 month ago)
- Topics: c, gtk
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```