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

https://github.com/mrvideo/cpp-calc

A very small calculator that takes natural input and calculates some basic operations, just to check whether C++ is actually easy or not.
https://github.com/mrvideo/cpp-calc

Last synced: 8 months ago
JSON representation

A very small calculator that takes natural input and calculates some basic operations, just to check whether C++ is actually easy or not.

Awesome Lists containing this project

README

          

# cpp-calc
A very small calculator that takes natural input and calculates some basic operations, just to check whether C++ is actually easy or not.