From f12d5ab38e2ac7129143a232021a97ae92fd7fe4 Mon Sep 17 00:00:00 2001 From: TheRobotCodingMan <87217827+TheRobotCodingMan@users.noreply.github.com> Date: Fri, 17 Jun 2022 20:20:05 +0800 Subject: [PATCH 1/2] Update read.me file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1c657d..65ef9af 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ You need to learn C++ basics to understand the code, and we'll explain some of t 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/_WSUVW7 +http://tpcg.io/_LWH98K From f840a5822e4a2273567c634b859ce49762f40df3 Mon Sep 17 00:00:00 2001 From: TheRobotCodingMan <87217827+TheRobotCodingMan@users.noreply.github.com> Date: Fri, 17 Jun 2022 20:20:40 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65ef9af..2cc6df7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## 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. ## Prerequisites for using our project -You need to learn C++ basics to understand the code, and we'll explain some of the code. But if you know c++, you probably know how the calculator works. +You need to learn C++ basics to understand the code, but if you know c++, you probably know how the calculator works. ## Issues For more info, visit https://github.com/TheRobotCodingMan/Calcu-basic/issues. ## How to compile code?