Pinned Repositories
CPP
This first module of C++ is designed to help you understand the specifities of the language when compared to C.
CPP_02
CPP_02
CPP_03
CPP_03
CPP_04
CPP_04
cub3d
This project is inspired by the world-famous eponymous 90's game, which was the first FPS ever. It will enable to explore ray-casting.
erigolon
ft_printf
Program the printf function. You will learn what this means and how to implement variadic functions.
Libft
First project as a student of 42. Programming some functions of the C standard library, as well as other functions that will be useful throughout the course.
minitalk
The purpose of this project is to write a small data exchange program using UNIX signals.
so_long
This project is a small 2D game with the MLX42. You will learn about textures, sprites and tiles.
erigolon's Repositories
erigolon/so_long
This project is a small 2D game with the MLX42. You will learn about textures, sprites and tiles.
erigolon/ft_printf
Program the printf function. You will learn what this means and how to implement variadic functions.
erigolon/Libft
First project as a student of 42. Programming some functions of the C standard library, as well as other functions that will be useful throughout the course.
erigolon/CPP
This first module of C++ is designed to help you understand the specifities of the language when compared to C.
erigolon/CPP_02
CPP_02
erigolon/CPP_03
CPP_03
erigolon/CPP_04
CPP_04
erigolon/cub3d
This project is inspired by the world-famous eponymous 90's game, which was the first FPS ever. It will enable to explore ray-casting.
erigolon/erigolon
erigolon/get_next_line
Whether it's a file, input, or even a network connection, you'll always have to read the content line by line.
erigolon/Minishell
The goal of this project is to create a simple shell.
erigolon/minitalk
The purpose of this project is to write a small data exchange program using UNIX signals.
erigolon/Philosophers
Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger.
erigolon/push_swap
Sort data on a stack, with a limited set of instructions in the smallest number of moves.