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: 4 months ago
JSON representation
My projects in C++ that I have done with 42Perpignan
- Host: GitHub
- URL: https://github.com/harmonie-durrant/cpp-projects-42
- Owner: harmonie-durrant
- Created: 2024-08-25T14:52:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-23T07:24:33.000Z (over 1 year ago)
- Last Synced: 2025-07-07T15:00:00.256Z (7 months ago)
- Topics: 42-cpp-module, 42-cpp-modules, cpp, cpp-42, cpp-modules-42, cpp42
- Language: C++
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```