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

https://github.com/mpellouin/cpp-pool

The C Modular and CPP part of Epitech's paradigms seminar.
https://github.com/mpellouin/cpp-pool

42 cpp cpp-pool epitech oop paradigms pool seminar

Last synced: 7 months ago
JSON representation

The C Modular and CPP part of Epitech's paradigms seminar.

Awesome Lists containing this project

README

          

# CPP pool

## Caution

/!\ If you are an Epitech student you should be aware by now that cheating is forbidden. If you are going to copy paste this code, do it at your own risks.

## Introduction
The C Modular and CPP Parts of the paradigms seminar of Epitech. Those 10 days helped us discover or rediscover the object oriented paradigm.

CPP was really fun, however I can't really say the same about C Modular.

## Grades

### Module grade

|Module Name | Grade |
|---|---|
| B3 - Paradigms Seminar | A |

### Marks details

| Day | Mark | Automated Tests (%)|
|--------|-------|-------|
| [Day4am](https://github.com/maxnce/cpp-pool/tree/main/day04am) | 5/20 | 55.6% |
| [Day4pm](https://github.com/maxnce/cpp-pool/tree/main/day04pm) | 11/20 | 66.7% |
| [Day5](https://github.com/maxnce/cpp-pool/tree/main/day5) | 3.5/20 | 52.9% |
| [Day6](https://github.com/maxnce/cpp-pool/tree/main/rush2) | 12/20 | 71.4% |
| [Rush2](https://github.com/maxnce/cpp-pool/tree/main/day06) | 18/39 | 80.0% |
| [Day7am](https://github.com/maxnce/cpp-pool/tree/main/day07am) | 18/20 | 83.3% |
| [Day7pm](https://github.com/maxnce/cpp-pool/tree/main/day07pm) | 8/20 | 40.0% |
| [Day8](https://github.com/maxnce/cpp-pool/tree/main/day08) | 8/20 | 33.3% |
| [Day9](https://github.com/maxnce/cpp-pool/tree/main/day09) | 20/20 | 100% |
| [Day10am](https://github.com/maxnce/cpp-pool/tree/main/day10am) | 6/20 | 20% |
| [Day10pm](https://github.com/maxnce/cpp-pool/tree/main/day10pm) | 15/20 | 80% |
| [Day11](https://github.com/maxnce/cpp-pool/tree/main/day11) | 16/20 | 85.7% |
| [Day12](https://github.com/maxnce/cpp-pool/tree/main/day12) | 17/20 | 87.5% |
| [Rush3](https://github.com/maxnce/cpp-pool/tree/main/rush3) | 34/46 | N/A |

## More

The first part of my Paradigms seminar (in Haskell!) is available [here](https://github.com/maxnce/haskell-pool)

Have a great day!