Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bwhtdev/cpp-practice-1

C++ Practice Session 1
https://github.com/bwhtdev/cpp-practice-1

Last synced: about 1 month ago
JSON representation

C++ Practice Session 1

Awesome Lists containing this project

README

        

# C++ Practice

### Command to build/run:

```
clang++ main.cpp person/person.cpp people/people.cpp -std=c++17 -o main
./main
```
or alternatively
```
chmod +x ./run.sh
./run.sh
```