Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shayaanq/calculator
A basic calculator made using c++.
https://github.com/shayaanq/calculator
arithmetic-operators calculator loops math
Last synced: 12 days ago
JSON representation
A basic calculator made using c++.
- Host: GitHub
- URL: https://github.com/shayaanq/calculator
- Owner: ShayaanQ
- Created: 2023-06-25T22:28:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-25T22:29:46.000Z (over 1 year ago)
- Last Synced: 2023-07-15T02:49:09.748Z (over 1 year ago)
- Topics: arithmetic-operators, calculator, loops, math
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
A basic calculator made using C++, includes simple functionalities like switch cases, arithmetic operations, and conditional checks all within a while loop.