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-2

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

Last synced: about 2 months ago
JSON representation

C++ Practice Session 2

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
```