Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harmonie-durrant/cpp-projects-42
- Owner: harmonie-durrant
- Created: 2024-08-25T14:52:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T07:13:37.000Z (4 months ago)
- Last Synced: 2024-09-18T13:47:48.679Z (4 months ago)
- Topics: 42-cpp-module, 42-cpp-modules, cpp, cpp-42, cpp-modules-42, cpp42
- Language: C++
- Homepage:
- Size: 27.3 KB
- Stars: 1
- 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
```