Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!