progdagi / cpp_grading_app

software engineering 1st year student grading Calculator App in C++

Home Page:https://github.com/progdagi/cpp_grading_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

software engineering 1st year student grading Calculator App in C++

Introduction

I aim to create a grading calculator, a terminal-based app in C++. However, note that the project currently supports only Linux-based systems. If you wish to run the project on Windows OS, follow the steps below.

Please watch the application output and design layout first,you will be motivated to take the next steps.

watchme.mp4

How to run on Google Cloud Shell (Cloud VSCode) Linux OS?

  1. Go to Google Cloud Shell.
  2. Upload the cpp_grading_app folder:
    • Click on the three-dot vertically aligned icon left to the profile picture.
    • Choose "Upload" from the list of options.
    • Select the cpp_grading_app from your PC and upload it.
    • Click on the upload button.
  3. Open the folder in Cloud Shell (Cloud VSCode):
    • Click on the hamburger menu from the header.
    • Choose "File" > "Open Folder."
    • Search for cpp_grading_app.
    • Click on the OK blue-colored button.
  4. Start the app:
    • Open the terminal using the shortcut (Ctrl+Shift+`).
    • Alternatively, click on the hamburger menu from the header.
      • Choose "File" > "Terminal" > "New Terminal."
    • Run the following command to compile and execute:
      g++ -o output app.cpp && ./output

Hit start button if you like it

About

software engineering 1st year student grading Calculator App in C++

https://github.com/progdagi/cpp_grading_app


Languages

Language:C++ 100.0%