Skip to content

Commit

Permalink
Add subject
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-A committed Dec 31, 2023
1 parent bcbee2f commit 2d0c93c
Show file tree
Hide file tree
Showing 22 changed files with 92 additions and 3 deletions.
89 changes: 89 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<h1 align="center">Piscine CPP</h1>

Onzième projet de [42](https://42.fr/), nombreux excercices qui ont pour but d'introduire le language C++.

Les concepts abordés sont :

- Programmation objet
- Polymorphisme
- Héritage
- Templates
- Containers
- Casting
- Try / Catch

### Lancement des exercices :

Dans chacuns des sous-repetoires, utiliser la commande :

```
make
```

---

### [CPP 00](./cpp00/)

| |
| --- |
| <img src="./img/note1.png" style="zoom: 50%;" /> |

| | |
| --- | --- |
| Correcteur 1 | <img src="./img/cpp00-correction1.png" style="zoom: 67%;" /> |
| Correcteur 2 | <img src="./img/cpp00-correction2.png" style="zoom:67%;" /> |

---

### [CPP 01](./cpp01/)

| |
| --- |
| <img src="./img/note2.png" style="zoom: 50%;" /> |

| | |
| --- | --- |
| Correcteur 1 | <img src="./img/cpp01-correction1.png" style="zoom: 67%;" /> |
| Correcteur 2 | <img src="./img/cpp01-correction2.png" style="zoom:67%;" /> |

---

### [CPP 02](./cpp02/)

| |
| --- |
| <img src="./img/note1.png" style="zoom: 50%;" /> |

| | |
| --- | --- |
| Correcteur 1 | <img src="./img/cpp02-correction1.png" style="zoom: 67%;" /> |
| Correcteur 2 | <img src="./img/cpp02-correction2.png" style="zoom:67%;" /> |

---

### [CPP 03](./cpp03/)

| |
| --- |
| <img src="./img/note2.png" style="zoom: 50%;" /> |

| | |
| --- | --- |
| Correcteur 1 | <img src="./img/cpp03-correction1.png" style="zoom: 67%;" /> |
| Correcteur 2 | <img src="./img/cpp03-correction2.png" style="zoom:67%;" /> |

---

### [CPP 04](./cpp04/)

| |
| --- |
| <img src="./img/note2.png" style="zoom: 50%;" /> |

| | |
| --- | --- |
| Correcteur 1 | <img src="./img/cpp04-correction1.png" style="zoom: 67%;" /> |
| Correcteur 2 | <img src="./img/cpp04-correction2.png" style="zoom:67%;" /> |

---

Binary file added cpp00/subject.en.pdf
Binary file not shown.
Binary file added cpp01/subject.en.pdf
Binary file not shown.
Binary file added cpp02/subject.en.pdf
Binary file not shown.
Binary file added cpp03/subject.en.pdf
Binary file not shown.
Binary file added cpp04/subject.en.pdf
Binary file not shown.
Binary file added cpp05/subject.en.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions cpp09/ex02/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# By: f██████ <f██████@student.42lyon.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2022/01/03 12:33:02 by f██████ #+# #+# #
# Updated: 2023/12/31 00:27:20 by f██████ ### ########.fr #
# Updated: 2023/12/31 14:53:51 by f██████ ### ########.fr #
# #
# **************************************************************************** #

Expand All @@ -18,12 +18,12 @@ YELLOW=$'\x1b[33m
# objects
OBJS = $(SRCS:.cpp=.o)
SRCS = $(addprefix $(SRC_DIR)/, \
main.cpp PmergeMe.cpp \
main.cpp \
)

# headers
HEADERS = $(addprefix $(INC_DIR)/, \
main.hpp PmergeMe.hpp \
main.hpp \
)

# directories
Expand Down
Binary file added img/cpp00-correction1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cpp00-correction2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cpp01-correction1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cpp01-correction2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cpp02-correction1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cpp02-correction2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cpp03-correction1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cpp03-correction2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cpp04-correction1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cpp04-correction2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cpp05-correction1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cpp05-correction2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/note1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/note2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d0c93c

Please sign in to comment.