https://github.com/savaged/calculator
rudimentory calculator to help me learn c++ with gtkmm
https://github.com/savaged/calculator
cpp gtkmm
Last synced: 4 months ago
JSON representation
rudimentory calculator to help me learn c++ with gtkmm
- Host: GitHub
- URL: https://github.com/savaged/calculator
- Owner: savaged
- License: gpl-3.0
- Created: 2020-04-21T11:59:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T12:09:28.000Z (about 6 years ago)
- Last Synced: 2024-12-31T07:43:54.430Z (over 1 year ago)
- Topics: cpp, gtkmm
- Language: C++
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# calculator
Rudimentory calculator to help me learn c++ with gtkmm
Taken another dev's[*](https://github.com/satr/calculator) work and simplifying it somewhat due to my own inexperience.
Building it with:
```
g++ *.cpp -o calculator `pkg-config --libs --cflags gtkmm-3.0`
```