Platforms: |
Windows 7, Windows 8, Windows 10, other |
App type | Desktop |
Main Language | C/C++ |
Framework | Other |
Database | None |
Category | Other |
Posted on | 2018-11-28 |
Last update | 2019-01-20 |
Current version | 1.0 |
Calc - simple calculator with metric converter
beside its simple calculation ability ( Add- Subtract - Multiply - Division - Sqr - Percentage ) functions it has the following features as a Metric Calc too
- Length Metric Converter
- Area Metric Converter
- Volumes Metric Converter
- Weights Metric Converter
- Liquid Metric Converter
- Temperature Metric Converter
System Requirment
- Gnu compatible C compiler ( Cgywin - https://www.cygwin.com/ )
- Gtk+ 3.0 UI ( https://www.gtk.org/download/windows.php )
Installation
After download and unzip , navigate to the extracted folder and run the following command:
gcc main.c -o calc.exe `pkg-config --cflags --libs gtk+-3.0`
For more in detail installation and compile instruction please read the instillation.txt included file