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: 3 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.
- Host: GitHub
- URL: https://github.com/mrvideo/cpp-calc
- Owner: MrVideo
- License: gpl-3.0
- Created: 2023-04-06T17:36:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T17:43:09.000Z (about 2 years ago)
- Last Synced: 2025-03-11T00:48:32.571Z (3 months ago)
- Language: C++
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.