Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bwhtdev/cpp-practice-2
C++ Practice Session 2
https://github.com/bwhtdev/cpp-practice-2
Last synced: about 2 months ago
JSON representation
C++ Practice Session 2
- Host: GitHub
- URL: https://github.com/bwhtdev/cpp-practice-2
- Owner: bwhtdev
- Created: 2024-08-28T00:10:15.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-28T00:11:31.000Z (4 months ago)
- Last Synced: 2024-10-30T01:03:58.162Z (2 months ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ Practice #2
### Command to build/run:
```
clang++ main.cpp file_class/file_class.cpp file_system/file_system.h -std=c++17 -o main
./main
```
or alternatively
```
chmod +x ./run.sh
./run.sh
# ./run.sh --fileName=data2.txt
```