Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
# Calcu-basic
## Welcome to Calcu-Basic
Calcu-basic is a C++ application that lets you calculate basic arithmetic operations. The purpose of our project is to let people modify our calculator and also make different results.
# Calcu-basic [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Get%20over%20170%20free%20design%20blocks%20based%20on%20Bootstrap%204&url=https://froala.com/design-blocks&via=froala&hashtags=bootstrap,design,templates,blocks,developers)
![Calcu-Basic](https://user-images.githubusercontent.com/87217827/174521506-b8c11442-6ffa-43d5-8c3e-3a1efb2539e2.jpg)
## Welcome to Calcu-basic
`Calcu-basic` is a C++ application that lets you calculate basic arithmetic operations. The purpose of our project is to let people modify our calculator and also make different results. You can copy the code, however you need to see our license first (https://github.com/TheRobotCodingMan/Calcu-basic/blob/main/LICENSE.MD)
## Features
The features of Calcu-Basic is in the following:

* Can do basic arithmetic calculations
* Can add up to 3 entries (numbers) (https://github.com/TheRobotCodingMan/Calcu-basic/issues/1)
* User can add up to 2 arithmetic operators (Example, when you add three numbers into the calculator, you can change the operator between the newly typed number and the second to the last typed number)

## Prerequisites for contributing to our project
You need to learn C++ basics to understand the code, but if you know c++, you probably know how the calculator works and how to improve it.
## Issues
For more info, visit https://github.com/TheRobotCodingMan/Calcu-basic/issues.
## How to compile code?
Compiling code in local is hard, but can be done. We recommend that you use an online c++ compiler. The link below has the code already and you can copy it:
http://tpcg.io/_LWH98K

## Contact
Contact me in my personal email - chadrick.tobias22@gmail.com.
Contact me in my personal email - chadrick.tobias22@gmail.com
## Contributors
![Your Repository's Stats](https://contrib.rocks/image?repo=TheRobotCodingMan/Calcu-basic)