https://github.com/niftycode/geometric
Calculate perimeter, area and volume of various geometric objects
https://github.com/niftycode/geometric
Last synced: about 1 month ago
JSON representation
Calculate perimeter, area and volume of various geometric objects
- Host: GitHub
- URL: https://github.com/niftycode/geometric
- Owner: niftycode
- Created: 2022-12-28T15:02:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T14:59:59.000Z (about 3 years ago)
- Last Synced: 2025-02-28T11:58:28.131Z (over 1 year ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Geometric
## About
This program can be used to calculate the perimeter, area and volume of various geometric objects. At the moment you can only calculate the perimeter and area of a rectangle. More geometric objects will be implemented gradually. This is a small side project. The focus is on getting familiar with C++. Maybe the code shown here is also interesting for other programmers who want to get into C++ programming.