botbw / CZ4031-lab1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

For Windows user, make sure you installed MINGW and configured g++ correctly:

  1. Go to project folder
  2. Compile the main.cpp

g++ main.cpp -O3 -std=c++20 -o lab.exe

  1. Run the experiment program

For Unix user, make sure you installed GNU tool chains:

  1. Goto project folder
  2. Run

./run.sh

About


Languages

Language:C++ 99.3%Language:C 0.5%Language:Shell 0.1%