Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/harmonie-durrant/cpp-projects-42

My projects in C++ that I have done with 42Perpignan
https://github.com/harmonie-durrant/cpp-projects-42

42-cpp-module 42-cpp-modules cpp cpp-42 cpp-modules-42 cpp42

Last synced: 9 days ago
JSON representation

My projects in C++ that I have done with 42Perpignan

Awesome Lists containing this project

README

        

# CPP-Projects-42
My projects in C++ that I have done with 42Perpignan

## How to run ?

go to the folder you want to test
```bash
cd {directory of makefile}
```

build the project
```bash
make
```

run the created file
```bash
./{corresponding binary name}
```

clean up the files after use
```bash
make fclean
```