https://github.com/stackofsugar/stackcalc
Simple calculator for basic shapes
https://github.com/stackofsugar/stackcalc
Last synced: 9 months ago
JSON representation
Simple calculator for basic shapes
- Host: GitHub
- URL: https://github.com/stackofsugar/stackcalc
- Owner: stackofsugar
- License: gpl-3.0
- Created: 2020-09-03T07:27:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T06:46:01.000Z (over 5 years ago)
- Last Synced: 2025-07-11T00:21:23.318Z (12 months ago)
- Language: C++
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: COPYING
Awesome Lists containing this project
README
# StackCalc
### A simple calculator
StackCalc is a simple calculator that calculates basic 2D shapes' area and circumference,
and later, basic 3D shapes' volume and surface area
Supported shapes
- 2D
- Circle
- Rectangle
- Triangle
- 3D
- Cube
- Sphere
### Check my other projects
[My C++ learning repository](https://github.com/stackofsugar/thingistilltripped)
### As of October 12, this project is abandoned.