A comprehensive C++ code suite that performs various calculations such as hypotenuse, modulo, addition, subtraction, multiplication, division and power. Features colorful console text and user-friendly interface for choosing actions.
- Hypotenuse calculator
- Modulo calculator
- Addition calculator
- Subtraction calculator
- Multiplication calculator
- Division calculator
- Power calculator
$ g++ main.cpp -o output
$ ./output
This code uses the Windows.h
library to manipulate console text attributes. It may not be compatible with all systems.
Feel free to contribute by forking the repository and making pull requests.