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

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

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`
```