https://github.com/bwhtdev/cpp-practice-1
C++ Practice Session 1
https://github.com/bwhtdev/cpp-practice-1
Last synced: 4 months 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 (11 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T16:28:23.000Z (10 months ago)
- Last Synced: 2025-01-22T11:24:12.541Z (6 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
```