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

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

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.