Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bwhtdev/cpp-practice-1
- Owner: bwhtdev
- Created: 2024-08-27T17:33:21.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T16:28:23.000Z (4 months ago)
- Last Synced: 2024-10-30T01:03:58.243Z (about 2 months ago)
- Language: C++
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```