An open API service indexing awesome lists of open source software.

https://github.com/barbaraeguche/comp-345

advanced program desgin, c++ (4 credits)
https://github.com/barbaraeguche/comp-345

cpp

Last synced: 9 months ago
JSON representation

advanced program desgin, c++ (4 credits)

Awesome Lists containing this project

README

          

# comp-345

- navigate to project root

```bash
cd ./comp-345
```

- generate build files

```bash
cmake . -B ./build
```

- build

```bash
cmake --build build
```

- run a1

```bash
./build/A1/Debug/comp_345_a1 # windows
./build/A1/comp_345_a1 # mac
```