Storage for the projects related to 42 Málaga
The projects are written mainly in C.
| Project | Description | Score |
|---|---|---|
| libft | Creation of a static library reimplementing useful functions from libc and more | 125/100 |
| ft_printf | Simple reimplementation of printf | 100/100 |
| get_next_line | Read the content from a file descriptor line by line | 125/100 |
| born2beroot | Set up a Debian environment through commands | 110/100 |
| pipex | Implementation of the functionality of the Unix pipes | 100/100 |
| push_swap | Implementation of an algorithm that sorts a list of numbers using 2 stacks | 125/100 |
| so_long | 2D game where a player has to gather collectibles to exit | 125/100 |
| Philosophers | Concurrency problem where philosophers have to eat, sleep and think without dying | 100/100 |
| Minishell | A simple shell, with builtins, the ability to execute commands and use redirections | 100/100 |
| NetPractice | Solving networking problems to make a network run | 100/100 |
| Cub3d | Simplified version of Wolfenstein 3D, applying raycasting | 110/100 |
| CPP00 | Exercices to get use to C++ syntax | 100/100 |
| CPP01 | Exercises to learn about allocations, filesystem management, pointers and references in C++ | 100/100 |
| CPP02 | Exercises to learn about Orthodox Canonical Form and operators in C++ | 100/100 |
| CPP03 | Exercises to learn about inheritance and overwriting base classes functions in C++ | 100/100 |
| CPP04 | Exercises to learn about polymorphism, abstract classes and interfaces in C++ | 100/100 |
You can check out my progress in my Intra profile.