Informatics - Run the Cash Flow Calculator Program (week 10)
Hi all! Here I am again making another post for you. As I promised last week on my previous post, I will show you how to run the Cash Flow Calculator program on windows. Are you excited? Let's run the program together! I will show you how to run it step by step. First step: The first step is open the folder you made for this program on your file explorer. Here, I put my folder on the documents. Here, I named my file as Cashflow Calculator. Second step: Right click then choose the "open in terminal" option. After you click the "open in terminal" option you will straight go to the Command Prompt. Third step: Type "g++ -c ./*.cpp" to compile the programs. If it succeeds you will go straight to the next step, then type "ls" to list the files in the folder. But if your program can't be compiled there will be "error" word on the command prompt, and it means that there's something wrong with your program. As you can see there...