Skip to main content
  1. Apps/

c calculator

·57 words·1 min· 0
Table of Contents
Tool's Home Page

Overview #

A very simple calculator written in c. The tool was mainly created to help learn about SCons a c build tool and also understand how to create a gui in c via <windows.h>.

The calculator is capable of the following:

  • Addition
  • Subtraction
  • Multiplication
  • Division

External Links #