Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harsh-2121/calculator-with-c
A Calculator capable of performing all kinds of calculations
https://github.com/harsh-2121/calculator-with-c
Last synced: about 1 month ago
JSON representation
A Calculator capable of performing all kinds of calculations
- Host: GitHub
- URL: https://github.com/harsh-2121/calculator-with-c
- Owner: Harsh-2121
- Created: 2023-08-25T15:35:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-25T15:42:41.000Z (over 1 year ago)
- Last Synced: 2023-08-25T20:18:33.290Z (over 1 year ago)
- Language: C++
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator-with-C
A Calculator capable of performing all kinds of calculations.Built with C++.
How to run:
1.Open Terminal or The Command Line.
2.Type vim calculator.cpp(after downloading the calculator.cpp file)
3.Type ":wq calculator.cpp" and Enter or Return
4.Type "g++ calculator.cpp"
5.Type "./a.out"
And that's it!